Form editor for one named store: connection fields plus a live ping check
against the store's last-saved configuration. Saving PUTs the whole
definition; topology/urls/tls are not editable in v1 (reserved for
HA/TLS topologies not yet exposed here) but are preserved via spread so a
hand-authored YAML's settings for them survive a UI save.
Remarks
Dumb panel: all local state is seeded from def once and the panel is
remounted (via key={def.name}) whenever the selected store changes — no
prop-sync effects, mirrors PluginConfigPanel.
Form editor for one named store: connection fields plus a live ping check against the store's last-saved configuration. Saving PUTs the whole definition;
topology/urls/tlsare not editable in v1 (reserved for HA/TLS topologies not yet exposed here) but are preserved via spread so a hand-authored YAML's settings for them survive a UI save.Remarks
Dumb panel: all local state is seeded from
defonce and the panel is remounted (viakey={def.name}) whenever the selected store changes — no prop-sync effects, mirrorsPluginConfigPanel.