fix(schema): added missing position option to plugin schema

This commit is contained in:
saberzero1
2026-03-23 12:28:28 +01:00
parent 6d08b5f070
commit f881d5e332

View File

@@ -238,7 +238,7 @@
"properties": {
"position": {
"type": "string",
"enum": ["left", "right", "beforeBody", "afterBody"],
"enum": ["left", "right", "beforeBody", "afterBody", "body"],
"description": "Layout position"
},
"priority": {