This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

Apostrophe 2.36.0: widgets without an initial editing dialog box, plus an accessibility fix

  • You may now set the skipInitialModal option for any widget module to true in order to avoid displaying the editing dialog box when the widget is first added. This makes sense if the widget has a useful default behavior, or consists of a contextually editable rich text sub-widget with a “style” select element you might or might not need to set every time.
  • Fields in Apostrophe’s schema-driven forms now receive globally unique id attributes, and the for attributes of label elements now reference them properly.