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
817 stars 312 forks source link

Allow engine importmaps #2878

Closed tvdeyen closed 1 month ago

tvdeyen commented 1 month ago

What is this pull request for?

Allows for Alchemy extensions (other engines) to register to the Alchemy.importmapto be included in the Alchemy admin UI.

Notable changes (remove if none)

Make shared_link_tab_examples requirable

Checklist

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 97.56098% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 95.94%. Comparing base (d6d1971) to head (ea1f858). Report is 3 commits behind head on main.

Files Patch % Lines
lib/alchemy/engine.rb 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2878 +/- ## ======================================= Coverage 95.93% 95.94% ======================================= Files 229 230 +1 Lines 6224 6260 +36 ======================================= + Hits 5971 6006 +35 - Misses 253 254 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.