theme.yml 1.04 KB
Newer Older
1 2 3 4 5 6 7
name: Default
author: requarks.io
site: https://wiki.requarks.io/
version: 1.0.0
requirements:
  minimum: '>= 2.0.0'
  maximum: '< 3.0.0'
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 41 42 43 44 45 46 47 48 49 50 51
props:
  sdPosition:
    type: String
    default: 'left'
    title: Table of Contents Position
    hint: Should the content sidebar be shown on the left or right.
    enum:
      - 'hidden'
      - 'left'
      - 'right'
    order: 1
    icon: mdi-border-vertical
  showTOC:
    type: Boolean
    default: true
    title: Display the Table of Contents
    order: 2
  showTags:
    type: Boolean
    default: true
    title: Display the Page Tags
    order: 3
  showTags:
    type: Boolean
    default: true
    title: Display the Page Author and Date
    order: 4
  showTags:
    type: Boolean
    default: true
    title: Display the Page Rating
    order: 5
  showSocialBar:
    type: Boolean
    default: true
    title: Display the Social Links Bar
    order: 6
  showEditSpeedDial:
    type: Boolean
    default: true
    title: Display the Edit Speed Dial
    hint: Shown in the lower right corner of the page.
    order: 7