From 4ebee1c94425297802879ab25f55bcdbbca5e74b Mon Sep 17 00:00:00 2001 From: Marcus Nyeholt Date: Mon, 30 Oct 2017 17:58:52 +1100 Subject: [PATCH] fix(bootstrap-design) Fixed labels on text blocks --- javascript/bootstrap4-design.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/javascript/bootstrap4-design.js b/javascript/bootstrap4-design.js index 01822be..7cbd5c8 100644 --- a/javascript/bootstrap4-design.js +++ b/javascript/bootstrap4-design.js @@ -372,10 +372,19 @@ "html": "
Select an item...\n
", "label": "Embed object" }, + { + "name": "p", + "html": "

Paragraph content

", + "label": "WYSWIG Paragraph", + "properties": [ + 'text-styles', + "padded-styles" + ] + }, { "name": "customhtml", "html": "
Click to modify...\n
", - "label": "HTML" + "label": "Raw HTML" }, { "name": "markdown", @@ -648,15 +657,7 @@ "html": "
\n \n \n
\n

Label

\n

Description

\n
\n
", "label": "Teaser" }, - { - "name": "p", - "html": "

Paragraph content

", - "label": "Paragraph", - "properties": [ - 'text-styles', - "padded-styles" - ] - }, + { "name": "quote", "html": "
\n

\n Quotation\n

\n
Author
\n
",