-
Bug
-
Resolution: Unresolved
-
Major
-
1.1.0
For example, I made a modification to add a metadata in the content type article.
On saving, I have :
<cms:metadata-set [...]>
[...]
<cms:metadata-ref name="illustration"/>
[...]
</cms:metadata-set>
Instead of :
<cms:metadata-set [...]> [...] <cms:metadata-ref name="illustration"> <cms:metadata-ref name="image" /> <cms:metadata-ref name="alt-text" /> </cms:metadata-ref> [...] </cms:metadata-set>