Repository URL to install this package:
|
Version:
2.0.1 ▾
|
| modules |
| src |
| templates |
| tests |
| README.md |
| composer.json |
| dx8_keystone.info.yml |
| dx8_keystone.libraries.yml |
| dx8_keystone.module |
dx8_keystone_form_element_example module that developers can base their form element off of.All form elements should extend KeystoneFormElementBase base class. The KeystoneFormElementBase base class contains default fields based on Keystone's config object that get's passed to FormRenderer.createForm({...}); as long as the option is of type string or boolean.
All custom element classes should be placed in the src/Plugin/CustomElement folder.
See the ``dx8_keystone_form_element_example` for full example.