forked from trilbymedia/grav-plugin-page-toc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguages.yaml
More file actions
40 lines (40 loc) · 2.12 KB
/
languages.yaml
File metadata and controls
40 lines (40 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
de:
PLUGIN_PAGE_TOC:
TABLE_OF_CONTENTS: Inhaltsverzeichnis
en:
PLUGIN_PAGE_TOC:
TABLE_OF_CONTENTS: Table of Contents
INCLUDE_CSS: 'Include CSS'
ACTIVE_BY_DEFAULT: 'Anchors generated by default'
ACTIVE_BY_DEFAULT_PAGE: 'Anchors generated for this page'
ACTIVE_BY_DEFAULT_PAGE_HELP: 'If the default setting is disabled, you can enable on this page, or vice versa'
TOC_SECTION: 'Table of Contents Configuration'
START_TOC_HEADERS: 'Start TOC headers'
START_TOC_HEADERS_HELP: 'The Header level to start the TOC from'
DEPTH_TOC_HEADERS: 'Depth of TOC headers'
DEPTH_TOC_HEADERS_HELP: 'The number of headers levels from the ''start'' to include in the TOC'
HEADER_CSS_CLASSES: 'Header CSS classes'
HEADER_CSS_CLASSES_HELP: 'Any custom classes to add to the header tags when IDs for slugs are added'
ALLOWED_HTML_TAGS: 'Whitelisted HTML tags'
ALLOWED_HTML_TAGS_HELP: 'These tags if present in the headers will be preserved in the TOC'
ANCHORS_SECTION: 'Anchors Configuration'
START_ANCHOR_HEADERS: 'Start Anchor headers'
DEPTH_ANCHOR_HEADERS: 'Depth of Anchor headers'
LINK_ANCHOR_HEADERS: 'Link Anchors'
ARIA_LABEL: 'Aria Label'
ANCHORS_CLASS: 'Custom CSS classes for anchors'
ANCHORS_CLASS_HELP: 'Any custom classes to add to the anchor tags'
ANCHORS_ICON: 'Anchor icon symbol'
ANCHORS_ICON_HELP: 'Can be any text character, symbol, unicode character or even emjoi. leave blank if you intend to style with CSS.'
ANCHORS_POSITION: 'Anchor Position'
ANCHORS_POSITION_HELP: 'Position to put the anchor, `before|after`'
ANCHORS_COPY_TO_CLIPBOARD: 'Copy to Clipboard'
ANCHORS_COPY_TO_CLIPBOARD_HELP: 'When clicking an anchor, it will also copy to clipboard the full URL. Convenient for sharing/opening in new tab'
BEFORE_TEXT: 'Before text'
AFTER_TEXT: 'After text'
SLUG_MAXLEN: 'Slug max-length'
SLUG_MAXLEN_HELP: 'Max length of slugs used for anchors'
SLUG_PREFIX: 'Slug prefix'
SLUG_PREFIX_HELP: 'A prefix used in front of generated slugs'
PAGE_ANCHORS_SECTION: 'Page Anchors Configuration'
COPY_TO_CLIPBOARD: 'Copy to Clipboard'