mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Revert "Allow configuration warnings to refer to a property"
This reverts commit bf37a9bac6.
This commit is contained in:
@@ -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="""">
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user