HFP-2860 Add support for code snippets in wysiwyg fields

pull/52/head
Frode Petterson 2019-10-24 15:24:51 +02:00
parent 4cae53c754
commit 6e65e34a51
1 changed files with 16 additions and 8 deletions

View File

@ -22,7 +22,8 @@
"sub",
"sup",
"strong",
"em"
"em",
"code"
]
},
{
@ -39,7 +40,8 @@
"sup",
"strong",
"em",
"p"
"p",
"code"
]
},
{
@ -168,7 +170,8 @@
"default": "Question: @current of @total questions",
"tags": [
"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.",
"tags": [
"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.",
"tags": [
"strong",
"em"
"em",
"code"
]
},
{
@ -380,7 +385,8 @@
"strong",
"em",
"a",
"p"
"p",
"code"
]
},
{
@ -392,7 +398,8 @@
"description": "This text will be displayed above the score if the user has failed the quiz.",
"tags": [
"strong",
"em"
"em",
"code"
]
},
{
@ -409,7 +416,8 @@
"strong",
"em",
"a",
"p"
"p",
"code"
]
}
]