-
Notifications
You must be signed in to change notification settings - Fork 0
Definition of component types
Yanick Schraner edited this page Jan 25, 2021
·
5 revisions
{
"type":"title",
"icon":"tbd",
"settings":{
"languages":[
"DE",
"CH",
"Native"
]
}
}
Childs: None
{
"type":"text",
"icon":"tbd",
"settings":{
"languages":[
"DE",
"CH",
"Native"
],
"styling": [
"bold",
"italic",
"underline"
],
}
}
Childs: None
{
"type":"dialogue",
"icon":"tbd",
"settings":{ }
}
Childs: Title, Text, Illustration, Bubble
{
"type":"bubble",
"icon":"tbd",
"settings":{
"characters":[
],
"is_formal":[
true,
false
],
"audio_url":""
}
}
Childs: Bubble_item
{
"type":"bubble_item",
"icon":"tbd",
"settings":{
"character":""
}
}
Childs: Text
{
"type":"voggi",
"icon":"tbd",
"settings":{ }
}
Childs: None
{
"type":"illustration",
"icon":"tbd",
"settings":{
"url":"",
"sketch_url": "",
"instruction_description": ""
}
}
Childs: None
{
"type":"link",
"icon":"tbd",
"settings":{
"url":""
}
}
Childs: Text (Display text, is translatable)
{
"type":"table",
"icon":"tbd",
"settings":{
"n_columns":""
}
}
Childs: row
{
"type":"row",
"icon":"tbd",
"settings":{ }
}
Childs: cell
{
"type":"cell",
"icon":"tbd",
"settings":{ }
}
Childs: text, table
--> Replacement for footnote
TBD
{
"type": "ul",
"icon": "tbd",
"settings": { }
}
Childs: Text
{
"type": "ol",
"icon": "tbd",
"settings": { }
}
Childs: Text
{
"type": "text_box",
"icon": "tbd",
"settings": { }
}
Childs: Text, ordered list, unordered list, table