0.5.8: Conditionally Active Widgets
Added support to the "active" widget option for callable or renderable strings to determine if the widget is active or not.
Examples:
{ "active": "isPublished" }
{ "active": "!isPublished" }
{ "active": "{{ isPublished }}" }
The FormSidebarWidget
can resolve conditions using the form's object.