heyday / silverstripe-flexiblefields
Allows the use of extra attributes on various SilverStripe input fields
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 25
Forks: 1
Type:silverstripe-module
Requires
- composer/installers: 1.0.0
This package is auto-updated.
Last update: 2024-10-29 03:38:07 UTC
README
#Heyday flexible fields
Allows the use of extra attributes on various SilverStripe input fields
##License
Flexible fields is licensed under an MIT license
##Installation
###Composer
Installing from composer is easy,
Create or edit a composer.json
file in the root of your SilverStripe project, and make sure the following is present.
{ "require": { "heyday/silverstripe-flexiblefields": "*" } }
After completing this step, navigate in Terminal or similar to the SilverStripe root directory and run composer install
or composer update
depending on whether or not you have composer already in use.
###Code guidelines
This project follows the standards defined in: