Revert "Allow configuration warnings to refer to a property"

This reverts commit bf37a9bac6.
This commit is contained in:
Rémi Verschelde
2024-02-17 19:04:18 +01:00
parent 21f0529aa9
commit 92fcbe2f5c
9 changed files with 52 additions and 267 deletions

View File

@@ -72,9 +72,6 @@
<member name="checked" type="bool" setter="set_checked" getter="is_checked" default="false">
Used by the inspector, set to [code]true[/code] when the property is checked.
</member>
<member name="configuration_warning" type="String" setter="set_configuration_warning" getter="get_configuration_warning" default="&quot;&quot;">
Used by the inspector, set to show a configuration warning on the property.
</member>
<member name="deletable" type="bool" setter="set_deletable" getter="is_deletable" default="false">
Used by the inspector, set to [code]true[/code] when the property can be deleted by the user.
</member>