kgiszewski / Archetype

Archetype is an Umbraco 7 property editor that wraps other installed property editors.
https://github.com/kgiszewski/ArchetypeManual
MIT License
89 stars 54 forks source link

Fix #417 #419

Closed kjac closed 7 years ago

kjac commented 7 years ago

This makes it possible to supply JSON as default value to a property within a fieldset.

Note: The JSON must validate with https://jsonlint.com/ - among other things, this means wrapping all property names in quotes. For example: {"property1": "test", "property2": 123} instead of {property1: "test", property2: 123}.