Open carsonbird opened 1 year ago
The Enum Placeholder uses single quotes (') as an example, but the system only includes the enum property in the raw JSON export if you use double quotes ("). I'd recommend fixing this inconsistency.
'
"
Yes, if use ', this feature is not working. Change to " works, thanks!
The Enum Placeholder uses single quotes (
'
) as an example, but the system only includes the enum property in the raw JSON export if you use double quotes ("
). I'd recommend fixing this inconsistency.