- Issue created by @pdureau
We have a source plugins in display_builder_views
:
However, they are not configurable and ViewsUiPatternsSourceBase::settingsForm()
displays this message in InstanceFormPanel
:
This element must be configured in the corresponding view.
Make them configurable (not in the way of ✨ [1.0.0-alpha1] Make Island plugins configurable Active , we are talking about Source plugins here, not island plugins), by loading the form from the original plugin:
views/exposed_form
pluginviews/areas
plugin(s)views/areas
plugin(s)views/pager
pluginviews/pager
pluginviews/style
pluginOther source plugins can be kept non-configurable because calculated from other view displays:
So, for the plugins we are dealing with, do we:
The difficulty is to store the config data in the view display itself, so we are staying in sync with what is happening in the "usual" view admin page (/admin/structure/views/view/{view_id}/edit/{display_id}
)
Active
1.0
display_builder_views