HFP-2860 Add support for code snippets in wysiwyg fields
parent
4cae53c754
commit
6e65e34a51
|
@ -22,7 +22,8 @@
|
||||||
"sub",
|
"sub",
|
||||||
"sup",
|
"sup",
|
||||||
"strong",
|
"strong",
|
||||||
"em"
|
"em",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -39,7 +40,8 @@
|
||||||
"sup",
|
"sup",
|
||||||
"strong",
|
"strong",
|
||||||
"em",
|
"em",
|
||||||
"p"
|
"p",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -168,7 +170,8 @@
|
||||||
"default": "Question: @current of @total questions",
|
"default": "Question: @current of @total questions",
|
||||||
"tags": [
|
"tags": [
|
||||||
"strong",
|
"strong",
|
||||||
"em"
|
"em",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -286,7 +289,8 @@
|
||||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
||||||
"tags": [
|
"tags": [
|
||||||
"strong",
|
"strong",
|
||||||
"em"
|
"em",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -363,7 +367,8 @@
|
||||||
"description": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
"description": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
||||||
"tags": [
|
"tags": [
|
||||||
"strong",
|
"strong",
|
||||||
"em"
|
"em",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -380,7 +385,8 @@
|
||||||
"strong",
|
"strong",
|
||||||
"em",
|
"em",
|
||||||
"a",
|
"a",
|
||||||
"p"
|
"p",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -392,7 +398,8 @@
|
||||||
"description": "This text will be displayed above the score if the user has failed the quiz.",
|
"description": "This text will be displayed above the score if the user has failed the quiz.",
|
||||||
"tags": [
|
"tags": [
|
||||||
"strong",
|
"strong",
|
||||||
"em"
|
"em",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -409,7 +416,8 @@
|
||||||
"strong",
|
"strong",
|
||||||
"em",
|
"em",
|
||||||
"a",
|
"a",
|
||||||
"p"
|
"p",
|
||||||
|
"code"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue