fromholdio / silverstripe-gridfield-extradata
Provides a mechanism to define extra data during GridField definition that will be passed to objects created via the grid field
Installs: 231
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ~4.1 || ~5.0
- symbiote/silverstripe-gridfieldextensions: ^3.3.0 || ^4.0.0
This package is auto-updated.
Last update: 2024-10-18 13:07:10 UTC
README
Silverstripe module providing a mechanism to define extra data during GridField definition that will be passed to objects created via the grid field.
Comes with a predefined GridFieldConfig that handles orderable and addnewmulticlass aspects of symbiote/silverstripe-gridfieldextensions.
Somewhat experimental, particularly when utilising addnewmulticlass. Test your implementation thoroughly before using in production.