diff --git a/config/schema/simple_sitemap.schema.yml b/config/schema/simple_sitemap.schema.yml new file mode 100644 index 0000000..ee2a614 --- /dev/null +++ b/config/schema/simple_sitemap.schema.yml @@ -0,0 +1,44 @@ +simple_sitemap.settings: + type: config_object + mapping: + settings: + type: mapping + mapping: + max_links: + label: 'Max Links' + type: integer + cron_generate: + label: 'Cron Generate' + type: boolean + remove_duplicates: + label: 'Remove Duplicates' + type: boolean + batch_process_limit: + label: 'Batch process limit' + type: integer + custom: + label: 'Custom' + type: sequence + sequence: + type: mapping + mapping: + path: + label: 'Path' + type: string + priority: + label: 'Priority' + type: float + entity_types: + label: 'Entity Types' + type: sequence + sequence: + type: sequence + sequence: + type: mapping + mapping: + index: + label: 'Index' + type: integer + priority: + label: 'Priority' + type: float