1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

bugfix: cannot change container type

This commit is contained in:
Michael Shanks 2020-06-24 16:16:01 +01:00
parent 02e1898989
commit 14f8f6dcfc

View file

@ -38,19 +38,19 @@ export default {
label: "Type",
control: OptionSelect,
options: [
{ label: "article" },
{ label: "aside" },
{ label: "details" },
{ label: "div" },
{ label: "figure" },
{ label: "figcaption" },
{ label: "footer" },
{ label: "header" },
{ label: "main" },
{ label: "mark" },
{ label: "nav" },
{ label: "paragraph" },
{ label: "summary" },
"article",
"aside",
"details",
"div",
"figure",
"figcaption",
"footer",
"header",
"main",
"mark",
"nav",
"paragraph",
"summary",
],
},
],