-
Hey! I'm creating a new module which is basically a masonry editor with option to reorder items via drag&drop. In order to do so, i have to probably create a new webcomponent and operate on my views with sortablejs - is there any particular place anyone could point me to in order to see how additional admin panel components can be registered and used in Alchemy? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Alchemy uses
|
Beta Was this translation helpful? Give feedback.
Alchemy uses
importmap-rails
to handle JS imports.We have two configurations that allow you to either add a single import
alchemy_cms/lib/alchemy.rb
Lines 73 to 86 in e4aba31
or add your own bundle with
alchemy_cms/lib/alchemy.rb
Lines 92 to 117 in e4aba31