64robots / nova-fields

A collection of customizable Nova Fields.
https://nova-fields.netlify.com
MIT License
286 stars 78 forks source link

JSON in JSON field does not work #198

Open digitalhuman opened 3 years ago

digitalhuman commented 3 years ago

Example:

JSON::make("Root", [ Text::make("Text Level 1", "level1"), JSON::make("Level 2", [ Text::make("Text level 2", "text_level2") ], "level2") ], "json");

Only level1 field is added and saved in field "json". Level2 and Test_level2 are missing

marcoocram commented 3 years ago

+1