Currently, the allowed options a developer can set are different between Links in inline editable content (RichText editor) and properties edited in the sidebar.
| Sidebar |
RichTextEditor |
 |
 |
As you can see, as a developer I am not able to enable the options anchor, title, openInNewTab or rel="nofollow" for properties in the sidebar. I'd expect to have the same options on both positions.
The yaml definition for the property in the sidebar currently is like this:
# ...
editor: 'Sitegeist.Archaeopteryx/Inspector/Editors/LinkEditor'
editorOptions:
linkTypes:
'Sitegeist.Archaeopteryx:Node':
anchor: true
'Sitegeist.Archaeopteryx:Asset':
anchor: true
So at least the anchor options should show up.
Currently, the allowed options a developer can set are different between Links in inline editable content (RichText editor) and properties edited in the sidebar.
As you can see, as a developer I am not able to enable the options
anchor,title,openInNewTaborrel="nofollow"for properties in the sidebar. I'd expect to have the same options on both positions.The yaml definition for the property in the sidebar currently is like this:
So at least the
anchoroptions should show up.