diff --git a/core/config/schema/core.data_types.schema.yml b/core/config/schema/core.data_types.schema.yml index 7cf3418..cc89fa9 100644 --- a/core/config/schema/core.data_types.schema.yml +++ b/core/config/schema/core.data_types.schema.yml @@ -191,12 +191,6 @@ theme_settings: sequence: type: theme_settings.third_party.[%key] -theme_breakpoints_default: - type: sequence - sequence: - type: string - label: 'Breakpoint value' - views_field_bulk_form: type: views_field label: 'Bulk operation' diff --git a/core/modules/action/config/schema/action.schema.yml b/core/modules/action/config/schema/action.schema.yml index cd4e02c..421e05f 100644 --- a/core/modules/action/config/schema/action.schema.yml +++ b/core/modules/action/config/schema/action.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Action module. action.settings: - type: mapping + type: config_object label: 'Action settings' mapping: recursion_limit: diff --git a/core/modules/aggregator/config/schema/aggregator.schema.yml b/core/modules/aggregator/config/schema/aggregator.schema.yml index 97b3d3f..85710b8 100644 --- a/core/modules/aggregator/config/schema/aggregator.schema.yml +++ b/core/modules/aggregator/config/schema/aggregator.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the aggregator module. aggregator.settings: - type: mapping + type: config_object label: 'Aggregator settings' mapping: fetcher: diff --git a/core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml b/core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml index 63347da..61d3441 100644 --- a/core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml +++ b/core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Aggregator Test module. aggregator_test.settings: - type: mapping + type: config_object label: 'Aggregator test settings' mapping: items: diff --git a/core/modules/book/config/schema/book.schema.yml b/core/modules/book/config/schema/book.schema.yml index c9fb1bf..97d2f93 100644 --- a/core/modules/book/config/schema/book.schema.yml +++ b/core/modules/book/config/schema/book.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the book module. book.settings: - type: mapping + type: config_object label: 'Book settings' mapping: allowed_types: diff --git a/core/modules/color/config/schema/color.schema.yml b/core/modules/color/config/schema/color.schema.yml index 008148c..07ae1cc 100644 --- a/core/modules/color/config/schema/color.schema.yml +++ b/core/modules/color/config/schema/color.schema.yml @@ -1,5 +1,5 @@ color.theme.*: - type: mapping + type: config_object label: 'Color theme settings' mapping: palette: diff --git a/core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml b/core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml index 6e93f97..e038e9f 100644 --- a/core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml +++ b/core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml @@ -1,5 +1,5 @@ config_collection_install_test.test: - type: mapping + type: config_object label: 'Collection test' mapping: collection: diff --git a/core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml b/core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml index e3005b1..2153cc2 100644 --- a/core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml +++ b/core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml @@ -1,5 +1,5 @@ config_events_test.test: - type: mapping + type: config_object label: 'Configuration events test' mapping: key: diff --git a/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml b/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml index 5010f01..337a721 100644 --- a/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml +++ b/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Configuration Integration Test module. config_integration_test.settings: - type: mapping + type: config_object label: 'Configuration integration test settings' mapping: foo: diff --git a/core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml b/core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml index 6b4f62d..7c18496 100644 --- a/core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml +++ b/core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Configuration Schema Test module. config_schema_test.someschema: - type: mapping + type: config_object label: 'Schema test data' mapping: testitem: @@ -11,7 +11,7 @@ config_schema_test.someschema: config_schema_test.someschema.with_parents: label: 'Schema test data with parenting' - type: mapping + type: config_object mapping: one_level: label: 'Parenting one level up' @@ -64,7 +64,7 @@ config_schema_test.someschema.with_parents.key_3: type: string config_schema_test.someschema.somemodule.*.*: - type: mapping + type: config_object label: 'Schema multiple filesytem marker test' mapping: testid: @@ -75,7 +75,7 @@ config_schema_test.someschema.somemodule.*.*: label: 'Description' config_schema_test.wildcard_fallback.*: - type: mapping + type: config_object label: 'Schema wildcard fallback test' mapping: testid: @@ -86,7 +86,7 @@ config_schema_test.wildcard_fallback.*: label: 'Description' config_schema_test.schema_data_types: - type: mapping + type: config_object label: 'Config test schema' mapping: config_schema_test_integer: @@ -127,7 +127,7 @@ config_schema_test.schema_data_types: config_schema_test.schema_in_install: label: 'Schema test data with parenting' - type: mapping + type: config_object mapping: integer: type: integer @@ -138,7 +138,7 @@ config_schema_test_integer: label: 'Config test integer' config_schema_test.ignore: - type: mapping + type: config_object label: 'Ignore test' mapping: label: @@ -155,7 +155,7 @@ config_schema_test.ignore: label: 'Weight' config_schema_test.plugin_types: - type: mapping + type: config_object mapping: tests: type: sequence diff --git a/core/modules/config/tests/config_test/config/schema/config_test.schema.yml b/core/modules/config/tests/config_test/config/schema/config_test.schema.yml index e964db3..6cad91b 100644 --- a/core/modules/config/tests/config_test/config/schema/config_test.schema.yml +++ b/core/modules/config/tests/config_test/config/schema/config_test.schema.yml @@ -56,7 +56,7 @@ config_test.query.*: label: 'number' config_test.types: - type: mapping + type: config_object label: 'Configuration type' mapping: array: @@ -94,7 +94,7 @@ config_test.types: label: 'String integer' config_test.no_status.default: - type: mapping + type: config_object label: 'Configuration no status default' mapping: id: @@ -105,7 +105,7 @@ config_test.no_status.default: label: 'Label' config_test.system: - type: mapping + type: config_object label: 'Configuration system' mapping: foo: @@ -119,7 +119,7 @@ config_test.system: label: '404' config_test.new: - type: mapping + type: config_object label: 'Configuration test' mapping: key: @@ -136,7 +136,7 @@ config_test.old: type: config_test.new config_test.foo: - type: mapping + type: config_object label: 'Configuration test' mapping: value: diff --git a/core/modules/contact/config/schema/contact.schema.yml b/core/modules/contact/config/schema/contact.schema.yml index 080a9c8..5a62e9d 100644 --- a/core/modules/contact/config/schema/contact.schema.yml +++ b/core/modules/contact/config/schema/contact.schema.yml @@ -24,7 +24,7 @@ contact.form.*: label: 'Weight' contact.settings: - type: mapping + type: config_object label: 'Contact settings' mapping: default_form: diff --git a/core/modules/dblog/config/schema/dblog.schema.yml b/core/modules/dblog/config/schema/dblog.schema.yml index dfb6422..d7196da 100644 --- a/core/modules/dblog/config/schema/dblog.schema.yml +++ b/core/modules/dblog/config/schema/dblog.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the dblog module. dblog.settings: - type: mapping + type: config_object label: 'Database logging settings' mapping: row_limit: diff --git a/core/modules/field_ui/config/schema/field_ui.schema.yml b/core/modules/field_ui/config/schema/field_ui.schema.yml index fe7e95c..f5421c3 100644 --- a/core/modules/field_ui/config/schema/field_ui.schema.yml +++ b/core/modules/field_ui/config/schema/field_ui.schema.yml @@ -1,7 +1,7 @@ # Schema for configuration files of the Field UI module. field_ui.settings: - type: mapping + type: config_object label: 'Field UI settings' mapping: field_prefix: diff --git a/core/modules/filter/config/schema/filter.schema.yml b/core/modules/filter/config/schema/filter.schema.yml index ab035e1..b45a475 100644 --- a/core/modules/filter/config/schema/filter.schema.yml +++ b/core/modules/filter/config/schema/filter.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Filter module. filter.settings: - type: mapping + type: config_object label: 'Filter settings' mapping: fallback_format: diff --git a/core/modules/forum/config/schema/forum.schema.yml b/core/modules/forum/config/schema/forum.schema.yml index 2e01710..dbe44fc 100644 --- a/core/modules/forum/config/schema/forum.schema.yml +++ b/core/modules/forum/config/schema/forum.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Forum module. forum.settings: - type: mapping + type: config_object label: 'Forum settings' mapping: block: diff --git a/core/modules/image/config/schema/image.schema.yml b/core/modules/image/config/schema/image.schema.yml index 41dbb98..4949fa3 100644 --- a/core/modules/image/config/schema/image.schema.yml +++ b/core/modules/image/config/schema/image.schema.yml @@ -70,7 +70,7 @@ image.effect.image_scale_and_crop: label: 'Image scale and crop' image.settings: - type: mapping + type: config_object mapping: preview_image: type: string diff --git a/core/modules/node/config/schema/node.schema.yml b/core/modules/node/config/schema/node.schema.yml index 3ec6c8e..dbc8ac9 100644 --- a/core/modules/node/config/schema/node.schema.yml +++ b/core/modules/node/config/schema/node.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the node module. node.settings: - type: mapping + type: config_object label: 'Node settings' mapping: use_admin_theme: diff --git a/core/modules/rest/config/schema/rest.schema.yml b/core/modules/rest/config/schema/rest.schema.yml index 21952ae..8421d13 100644 --- a/core/modules/rest/config/schema/rest.schema.yml +++ b/core/modules/rest/config/schema/rest.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the REST module. rest.settings: - type: mapping + type: config_object label: 'REST settings' mapping: resources: diff --git a/core/modules/search/config/schema/search.schema.yml b/core/modules/search/config/schema/search.schema.yml index 450c60c..2ed4c09 100644 --- a/core/modules/search/config/schema/search.schema.yml +++ b/core/modules/search/config/schema/search.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the search module. search.settings: - type: mapping + type: config_object label: 'Search settings' mapping: and_or_limit: diff --git a/core/modules/simpletest/config/schema/simpletest.schema.yml b/core/modules/simpletest/config/schema/simpletest.schema.yml index 5423adc..827ef56 100644 --- a/core/modules/simpletest/config/schema/simpletest.schema.yml +++ b/core/modules/simpletest/config/schema/simpletest.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Simpletest module. simpletest.settings: - type: mapping + type: config_object label: 'Testing' mapping: clear_results: diff --git a/core/modules/statistics/config/schema/statistics.schema.yml b/core/modules/statistics/config/schema/statistics.schema.yml index ff64363..81ed438 100644 --- a/core/modules/statistics/config/schema/statistics.schema.yml +++ b/core/modules/statistics/config/schema/statistics.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the statistics module. statistics.settings: - type: mapping + type: config_object label: 'Statistics settings' mapping: access_log: diff --git a/core/modules/syslog/config/schema/syslog.schema.yml b/core/modules/syslog/config/schema/syslog.schema.yml index f2e7ca7..5d2707a 100644 --- a/core/modules/syslog/config/schema/syslog.schema.yml +++ b/core/modules/syslog/config/schema/syslog.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the syslog module. syslog.settings: - type: mapping + type: config_object label: 'Syslog settings' mapping: identity: diff --git a/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml b/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml index 3e38933..9af17cd 100644 --- a/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml +++ b/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml @@ -1,5 +1,5 @@ form_test.object: - type: mapping + type: config_object label: 'Test form' mapping: bananas: diff --git a/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml b/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml index 6efa594..cc4031d 100644 --- a/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml +++ b/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Update Script Test module. update_script_test.settings: - type: mapping + type: config_object label: '' mapping: requirement_type: diff --git a/core/modules/taxonomy/config/schema/taxonomy.schema.yml b/core/modules/taxonomy/config/schema/taxonomy.schema.yml index 25124f7..976acff 100644 --- a/core/modules/taxonomy/config/schema/taxonomy.schema.yml +++ b/core/modules/taxonomy/config/schema/taxonomy.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Taxonomy module. taxonomy.settings: - type: mapping + type: config_object label: 'Taxonomy settings' mapping: maintain_index_table: diff --git a/core/modules/text/config/schema/text.schema.yml b/core/modules/text/config/schema/text.schema.yml index 03d9969..dfc92cd 100644 --- a/core/modules/text/config/schema/text.schema.yml +++ b/core/modules/text/config/schema/text.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the text module. text.settings: - type: mapping + type: config_object label: 'Text settings' mapping: default_summary_length: diff --git a/core/modules/tracker/config/schema/tracker.schema.yml b/core/modules/tracker/config/schema/tracker.schema.yml index ccfe053..ace7ec7 100644 --- a/core/modules/tracker/config/schema/tracker.schema.yml +++ b/core/modules/tracker/config/schema/tracker.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the tracker module. tracker.settings: - type: mapping + type: config_object label: 'Tracker settings' mapping: cron_index_limit: diff --git a/core/modules/update/config/schema/update.schema.yml b/core/modules/update/config/schema/update.schema.yml index ee1924a..b827c56 100644 --- a/core/modules/update/config/schema/update.schema.yml +++ b/core/modules/update/config/schema/update.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Update module. update.settings: - type: mapping + type: config_object label: 'Update settings' mapping: check: diff --git a/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml b/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml index 69a84b7..c14e798 100644 --- a/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml +++ b/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Update Test module. update_test.settings: - type: mapping + type: config_object label: 'Update test settings' mapping: system_info: diff --git a/core/modules/views/config/schema/views.schema.yml b/core/modules/views/config/schema/views.schema.yml index e3293a1..7ea599d 100644 --- a/core/modules/views/config/schema/views.schema.yml +++ b/core/modules/views/config/schema/views.schema.yml @@ -1,7 +1,7 @@ # Schema for the configuration files of the Views module. views.settings: - type: mapping + type: config_object label: 'Views settings' mapping: display_extenders: diff --git a/core/themes/stark/config/schema/stark.schema.yml b/core/themes/stark/config/schema/stark.schema.yml index 0331170..2b7f958 100644 --- a/core/themes/stark/config/schema/stark.schema.yml +++ b/core/themes/stark/config/schema/stark.schema.yml @@ -3,7 +3,3 @@ stark.settings: type: theme_settings label: 'Stark settings' - -stark.breakpoints: - type: theme_breakpoints_default - label: 'Stark breakpoints'