{% import "apostrophe-schemas:macros.html" as schemas with context %} {% import "svg/index.html" as svg with context %} {% set menu = apos.global.options.arrangedPaletteFields %} {% macro renderGroupButton(group) %} {% endmacro %} {% macro renderField(field) %}
  • {{ apos.schemas.field(field, options.readOnly) }}
  • {% endmacro %} {% macro renderGroup(group) %}
  • {{ renderGroupButton(group) }}
  • {% endmacro %}