By berdir on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.6.x
Introduced in version:
8.6.0
Issue links:
Description:
Previously, it was not possible to export the content of map properties or field types.
One example of that are options of link fields, so far, they was not exported and the options property was just an empty array:
- Before
-
"link": [ { "uri": "internal:/path-to-the-page", "title": "", "options": [] } ], - After
-
"link": [ { "uri": "internal:\/path-to-the-page", "title": "", "options": { "attributes": { "target": "_blank", "class": [ "some-class" ] } } } ],
Impacts:
Site builders, administrators, editors
Module developers