Fix schema to actually allow an empty value
This commit is contained in:
parent
000ba55eb1
commit
627244b0fd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
[/type]
|
||||
[type]
|
||||
name="value_type"
|
||||
value="empty|value|add|sub|multiply|divide"
|
||||
value="|value|add|sub|multiply|divide"
|
||||
[/type]
|
||||
[type]
|
||||
name="addon_type"
|
||||
|
|
Loading…
Add table
Reference in a new issue