The Custom Add Fields Plugin allows to freely define the fields shown on Kirby’s page creation dialog in.
As you probably know, Kirby 4 provides certain functions of the plugin. The question therefore arises whether the plugin is still needed and should be further maintained.
With the following poll I would like to find out which features of the plugin are really needed:
- Freely define the fields instead of only reusing/referencing the ones defined in the blueprint (Page blueprint | Kirby CMS)
- The method hookPageCreate($page) for modifying the created page (GitHub - steirico/kirby-plugin-custom-add-fields: Custom fields for Kirby's add dialog.)
- Show / hide the template select field (GitHub - steirico/kirby-plugin-custom-add-fields: Custom fields for Kirby's add dialog.)
- Show / hide the title field
- Show / hide the slug field and custom slug handling (GitHub - steirico/kirby-plugin-custom-add-fields: Custom fields for Kirby's add dialog.)
- Reusing and extending fields (GitHub - steirico/kirby-plugin-custom-add-fields: Custom fields for Kirby's add dialog.)
- The ability to force a specific template based on a field (GitHub - steirico/kirby-plugin-custom-add-fields: Custom fields for Kirby's add dialog.)
- Skipping the add dialog (GitHub - steirico/kirby-plugin-custom-add-fields: Custom fields for Kirby's add dialog.)
0
voters
Depending on the result, I will decide whether the plugin will be continued or not. In any case, I am willing to contribute missing features to Kirby.