- Edited
@export var blueprint_code_snippets : bool = false
@export var beautify_code_snippets : bool = false
How to show a variable list under these exported variables when they are changed to true?
The variables in the list should be allowed to be edited in the editor like an exported variable.
(I've tried looking at the docs, but it hasn't clicked for me yet)