X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Ftocify%2Fconfig%2Fschema%2Ftocify.schema.yml;fp=web%2Fmodules%2Fcontrib%2Ftocify%2Fconfig%2Fschema%2Ftocify.schema.yml;h=cbf2c2531b3a24b4ad5c4f6f616df862f7deff2f;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/tocify/config/schema/tocify.schema.yml b/web/modules/contrib/tocify/config/schema/tocify.schema.yml new file mode 100644 index 000000000..cbf2c2531 --- /dev/null +++ b/web/modules/contrib/tocify/config/schema/tocify.schema.yml @@ -0,0 +1,69 @@ +# Schema for the configuration files of the Tocify module. + +tocify.settings: + type: config_object + label: 'Tocify settings' + mapping: + _theme: + type: string + label: 'Theme' + _context: + type: string + label: 'Context' + selectors: + type: string + label: 'Selectors' + show_and_hide: + label: 'Show and hide' + type: boolean + show_effect: + type: string + label: 'Show effect' + show_effect_speed: + type: string + label: 'Show effect speed' + hide_effect: + type: string + label: 'Hide effect' + hide_effect_speed: + type: string + label: 'Hide effect speed' + smooth_scroll: + type: boolean + label: 'Smooth scroll' + smooth_scroll_speed: + type: string + label: 'Smooth scroll speed' + scroll_to: + type: integer + label: 'Scroll to' + show_and_hide_on_scroll: + type: boolean + label: 'Show and hide on scroll' + highlight_on_scroll: + type: boolean + label: 'Highlight on scroll' + highlight_offset: + type: integer + label: 'Highlight offset' + extend_page: + type: boolean + label: 'Extend page' + extend_page_offset: + type: integer + label: 'Extend page offset' + history: + type: boolean + label: 'History' + hash_generator: + type: string + label: 'Hash generator' + highlight_default: + type: boolean + label: 'Highlight default' + ignore_selector: + type: string + label: 'Ignore selector' + scroll_history: + type: boolean + label: 'Scroll history' \ No newline at end of file