fix(schema): added missing position option to plugin schema
This commit is contained in:
@@ -238,7 +238,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"position": {
|
"position": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["left", "right", "beforeBody", "afterBody"],
|
"enum": ["left", "right", "beforeBody", "afterBody", "body"],
|
||||||
"description": "Layout position"
|
"description": "Layout position"
|
||||||
},
|
},
|
||||||
"priority": {
|
"priority": {
|
||||||
|
|||||||
Reference in New Issue
Block a user