Sitegeist.Archaeopteryx icon indicating copy to clipboard operation
Sitegeist.Archaeopteryx copied to clipboard

The missing link editor for Neos

Results 21 Sitegeist.Archaeopteryx issues
Sort by recently updated
recently updated
newest added

That would mimic the behavior of the normal link editor.

This feature introduces a php link value object which can also be used as node property with editor support. Advanced Inspector Editor Configuration with `Sitegeist\Archaeopteryx\Link` value object type: ```yaml 'Vendor.Site:MyAwesomeNodeTypeWithALinkValueObjectProperty':...

If you have an link with an hash (e.g. `#newsletter`) the editor returns following error: ``` Could not find an editor suitable for "#newsletter" ``` And if I try to...

In the Neos Core link editor, editors defined node links with additional hashs in the form _node://XXXX#section-id_ This is supported and work, now installing Archaeopteryx leads to error, e.g. "node://7b7a2070-0e85-44b6-92b7-c4135e3555b5#ausschreibungen"...

I installed Archaeopteryx 1.4.0 with Neos UI version: v7.3.20 The modal is too small for all 5 tabs and breaks: ![Bildschirmfoto 2024-03-26 um 21 50 11](https://github.com/sitegeist/Sitegeist.Archaeopteryx/assets/735982/ac6da77f-b6ad-4180-92a6-efffd5d106b3)

To make the readme more user-friendly, all link editors are documented in the "disabling link editors" chapter.

I don't know how this could be achieved, but it would be great to support the new Media UI if installed. This is already possible for the Image and Asset...

https://github.com/sitegeist/Sitegeist.Archaeopteryx/blob/9322b9cb8e4824bcaf7aaa247c23b1244a2f1167/Classes/LinkToArrayForNeosUiConverter.php#L12C16-L12C78 will be obsolete with https://github.com/neos/neos-development-collection/pull/4638 merged and released.