mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7b447ac5ae
Creating the pages hierarchy for transitioning to Grav
47 lines
1 KiB
YAML
47 lines
1 KiB
YAML
title: Docs
|
|
'@extends':
|
|
type: default
|
|
context: blueprints://pages
|
|
|
|
form:
|
|
fields:
|
|
tabs:
|
|
|
|
fields:
|
|
content:
|
|
type: tab
|
|
|
|
fields:
|
|
|
|
content:
|
|
markdown: true
|
|
default: "Your page content goes here."
|
|
|
|
options:
|
|
fields:
|
|
taxonomies:
|
|
fields:
|
|
header.taxonomy:
|
|
unset@: true
|
|
|
|
header.taxonomy.category:
|
|
type: selectize
|
|
label: Category
|
|
classes: fancy
|
|
data-default@: '\Grav\Theme\Learn2GitSync::getdefaulttaxonomycategory'
|
|
validate:
|
|
type: commalist
|
|
|
|
header.taxonomy.tag:
|
|
type: selectize
|
|
label: Tag
|
|
classes: fancy
|
|
validate:
|
|
type: commalist
|
|
|
|
advanced:
|
|
fields:
|
|
overrides:
|
|
fields:
|
|
header.visible:
|
|
default: 1
|