Skip to content

Different options between Sidebar properties and RichTextEditor #81

@Benjamin-K

Description

@Benjamin-K

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
Image Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions