Created
June 27, 2022 09:23
-
-
Save tobimori/10ab4d5f32b3edacd1b59067a911a8a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: | |
de: Häufig gestellte Fragen | |
en: Frequently asked questions | |
icon: question | |
preview: fields | |
wysiwyg: true | |
tabs: | |
content: | |
label: | |
de: Inhalt | |
en: Content | |
fields: | |
kicker: fields/kicker | |
headline: fields/heading | |
categorizeQuestions: | |
label: | |
de: Fragen kategorisiert anzeigen? | |
en: Categorized questions | |
type: toggle | |
width: 1/3 | |
text: | |
- de: Nein | |
en: No | |
- de: Ja | |
en: Yes | |
questions: | |
label: | |
de: Fragen | |
en: Questions | |
type: structure | |
fields: | |
question: | |
label: | |
de: Frage | |
en: Question | |
extends: fields/writer-inline | |
width: 2/3 | |
required: true | |
marks: false | |
category: | |
label: | |
de: Kategorie | |
en: Category | |
type: tags | |
width: 1/3 | |
max: 1 | |
query: structureItem.siblings.pluck("category", ",", true) | |
answer: | |
label: | |
de: Antwort | |
en: Answer | |
extends: fields/writer | |
nodes: | |
- paragraph | |
- bulletList | |
- orderedList | |
advanced: sections/blocks-advanced |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment