Download the PHP package fromholdio/silverstripe-relativeurlfield without Composer
On this page you can find all versions of the php package fromholdio/silverstripe-relativeurlfield. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package silverstripe-relativeurlfield
silverstripe-relativeurlfield
Similar to SiteTreeURLSegmentField except:
- No
SiteTree
dependency - use anywhere - Set a
BaseURL
(orDirector::absoluteBaseURL
as fallback) - User can enter a URL slug - or a full URL path (toggled via field setting)
- User can include query string or not (toggled via field setting)
- Based on URL slug (or full path), collision checks are performed, and
-n
counter added to value - By default, using BaseURL and supplied URL slug/path, collision with pages in site tree is checked
- Base URL is always displayed to user, including when entering relative url path, so that the user sees the context and understands which part of the url they should be entering
Only tested in SS5 but should work in SS4 too.
Straight-forward to use:
Couple of screenshots to give the gist
All versions of silverstripe-relativeurlfield with dependencies
PHP Build Version
Package Version
Requires
silverstripe/cms Version
~4.1 || ~5.0
The package fromholdio/silverstripe-relativeurlfield contains the following files
Loading the files please wait ....