Plugin for an extended structure field with more than one kind of field set

It’s Update Time! Builder 1.1.0 is out.

Kirby Builder got some new features:

  • added support for snippets to preview the content of the builder entries inside the panel listing. (The idea came up in the topic Snippetfield + Builder united for the best)
  • replaced the modal as a container for the edit form. Kirby Builder now uses inline forms, that replace the entries’ preview during edit mode (see Topic Get rid of Modals). Unfortunately, the builder field is not yet compatible with nested structure or builder fields.
  • got rid of the table style as the builder fieldsets don’t have to have comparable field sets. Therefore it was kind of pointless to display the content in a table
  • the buttons to add an entry are no longer hidden behind a dropdown field but visible directly under the builder field
  • the builder entries inside the panel now have a class that coresponds to the fieldset name, e.g. the entry of the fieldset bodyText will have the class builder-entry-bodytext. This class can be used in a custom panel css to give these entries specific stylings.

Kirby builder Screenshot

Check it out on github.

9 Likes