Skip to content

Commit

Permalink
fix(bootstrap-design) Fixed labels on text blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeholt committed Oct 30, 2017
1 parent 6d7ce6d commit 4ebee1c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions javascript/bootstrap4-design.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,19 @@
"html": "<div doc-embeditem=\"object\">Select an item...\n</div>",
"label": "Embed object"
},
{
"name": "p",
"html": "<p doc-editable=\"text\">Paragraph content</p>",
"label": "WYSWIG Paragraph",
"properties": [
'text-styles',
"padded-styles"
]
},
{
"name": "customhtml",
"html": "<div class=\"customhtml\" doc-html=\"html\">Click to modify...\n</div>",
"label": "HTML"
"label": "Raw HTML"
},
{
"name": "markdown",
Expand Down Expand Up @@ -648,15 +657,7 @@
"html": "<div class=\"thumbnail\">\n <a doc-link=\"link\" href=\"#\" class=\"no-decor\">\n <img doc-image=\"image\">\n <div class=\"caption\">\n <h3 doc-editable=\"label\">Label</h3>\n <p doc-editable=\"description\">Description</p></div>\n</a>\n</div>",
"label": "Teaser"
},
{
"name": "p",
"html": "<p doc-editable=\"text\">Paragraph content</p>",
"label": "Paragraph",
"properties": [
'text-styles',
"padded-styles"
]
},

{
"name": "quote",
"html": "<blockquote>\n <p>\n <span class=\"quotation-mark\">&#x201C;</span><span class=\"quote\" doc-editable=\"text\">Quotation</span>\n </p>\n <div class=\"caption\" doc-editable=\"author\">Author</div>\n</blockquote>",
Expand Down

0 comments on commit 4ebee1c

Please sign in to comment.