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