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
25 lines
550 B
YAML
25 lines
550 B
YAML
title: Chapter
|
|
'@extends':
|
|
type: default
|
|
context: blueprints://pages
|
|
|
|
form:
|
|
fields:
|
|
tabs:
|
|
|
|
fields:
|
|
content:
|
|
type: tab
|
|
|
|
fields:
|
|
|
|
content:
|
|
markdown: true
|
|
default: "### Chapter Number\n\n# Chapter Title\n\nChapter description."
|
|
|
|
options:
|
|
fields:
|
|
header.taxonomy.category:
|
|
type: hidden
|
|
label: Default Taxonomy Category
|
|
data-default@: '\Grav\Theme\Learn2GitSync::getdefaulttaxonomycategory'
|