As an EToolbox Authoring Kit user, I'd like to have the possibility to include components tries in one piece in a configuration. Although OSGi config itself supports only basic value types (like Strings and numerics), it would be beneficial from the UX point of view to be able to use authoring patterns such as fieldsets or complex multifiels; and also, tabs/accordions.
This can be achieved by including component trees as rendered elsewhere under cq:Component nodes in JCR (maybe, by EAK plugin, or otherwise) We need to translate name properties, though; and develop a mechanism for "packaging" fieldstet-like data into an OSGi-compliant value type (probably, by serializing into a JSON)
As an EToolbox Authoring Kit user, I'd like to have the possibility to include components tries in one piece in a configuration. Although OSGi config itself supports only basic value types (like Strings and numerics), it would be beneficial from the UX point of view to be able to use authoring patterns such as fieldsets or complex multifiels; and also, tabs/accordions.
This can be achieved by including component trees as rendered elsewhere under cq:Component nodes in JCR (maybe, by EAK plugin, or otherwise) We need to translate
nameproperties, though; and develop a mechanism for "packaging" fieldstet-like data into an OSGi-compliant value type (probably, by serializing into a JSON)