forked from AlchemyCMS/alchemy-solidus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deface overrides for Alchemy 7.1
The link dialog in Alchemy 7.1 has changed. It now uses Shoelace Tabs made out of Custom Web Components. This keeps existing overrides. Note: That will cause a note in Rails log about not matching overrides. Those can safely be ignored.
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
app/overrides/alchemy/admin/pages/link/product_link.html.erb.deface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
app/overrides/alchemy/admin/pages/link/product_link_panel.html.erb.deface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- insert_bottom "sl-tab-group#overlay_tabs" --> | ||
|
||
<sl-tab-panel name="overlay_tab_product_link"> | ||
<%= render "product_link" %> | ||
</sl-tab-panel> |
5 changes: 5 additions & 0 deletions
5
app/overrides/alchemy/admin/pages/link/product_link_sl_tab.html.erb.deface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- insert_bottom "sl-tab-group#overlay_tabs" --> | ||
|
||
<sl-tab slot="nav" panel="overlay_tab_product_link"> | ||
<%= Alchemy.t("link_overlay_tab_label.product") %> | ||
</sl-tab> |