Resource configuration, access, validation, authorization, archival, long-content, and mobile settings states.
Block-composed data & operations coverage across realistic application states.
Editable resource identity, visibility, retention, and notifications backed by Active Model.
Editable resource identity, visibility, retention, and notifications backed by Active Model.
Identity, visibility, retention, and notifications remain application-owned values.
test/dummy/app/components/gallery/flows/data_resource_settings_page.rbrender NitroKit::SettingsLayout.new(id: "gallery-data-resource-settings-layout") do |layout|
layout.navigation(label: "Data resource settings sections") { render_settings_navigation }
layout.content do
case settings_section
when "general"
render_general_settings
when "access"
render_access_settings
when "danger"
render_danger_settings
end
end
end