[Feature improvement] Compose Form - Add Form Control
Permalink
Hi c5'ers,
The Built-In Properties and Custom Attributes tabs/sections for Composer Edit Form can be greatly enhanced if check boxes to select all required attributes could be provided to allow selecting multiple attributes once instead of adding attributes one by one.
Typical usage: I usually add a Control Set called Page that includes the following attributes whenever I create a new page type (see attached image):
I would also want to know how I can programmatically add the Control Set and its attributes in my package controller for page types created in my package install method.
By reading posts in this forum so far I have been able to add attributes to collections using CollectionAttributeKey::add(...
Thanks.
The Built-In Properties and Custom Attributes tabs/sections for Composer Edit Form can be greatly enhanced if check boxes to select all required attributes could be provided to allow selecting multiple attributes once instead of adding attributes one by one.
Typical usage: I usually add a Control Set called Page that includes the following attributes whenever I create a new page type (see attached image):
Page: <Built-In Properties> Page Name URL Slug Description Page Location
I would also want to know how I can programmatically add the Control Set and its attributes in my package controller for page types created in my package install method.
By reading posts in this forum so far I have been able to add attributes to collections using CollectionAttributeKey::add(...
Thanks.