Skip to content

Commit 4d5f010

Browse files
committed
fix(QEditor): specify new prop in JSON API quasarframework#7809 quasarframework#7810
1 parent 7297755 commit 4d5f010

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ui/src/components/editor/QEditor.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@
216216
"category": "toolbar|style"
217217
},
218218

219+
"paragraph-tag": {
220+
"type": "String",
221+
"desc": "Paragraph tag to be used",
222+
"values": [ "div", "p" ],
223+
"category": "behavior",
224+
"addedIn": "v1.14.4"
225+
},
226+
219227
"content-style": {
220228
"type": "Object",
221229
"desc": "Object with CSS properties and values for styling the container of QEditor",

0 commit comments

Comments
 (0)