AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
829 stars 313 forks source link

Moved the link dialog partials into view components #2766

Closed sascha-karnatz closed 6 months ago

sascha-karnatz commented 6 months ago

What is this pull request for?

Try to migrate the link dialog partials into view component to make it easier extendable and lesser repetitive. Add a configuration possibility to add new tabs to the link dialog, without overwriting or defacing.

This an extraction of PR https://github.com/AlchemyCMS/alchemy_cms/pull/2756

Checklist