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

Open Issues: 0

Type:silverstripe-module

0.0.2 2012-11-26 21:09 UTC

This package is auto-updated.

Last update: 2024-03-29 02:34:01 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: