add embedding to settings

This commit is contained in:
Pete Matsyburka
2023-11-11 11:56:54 +02:00
parent c1af803e5b
commit 2ec8954dc8
+7
View File
@@ -81,6 +81,13 @@
<% if Docuseal.multitenant? %> API <% else %> Console <% end %>
<% end %>
</li>
<% if Docuseal.multitenant? %>
<li>
<%= link_to console_redirect_index_path(redir: "#{Docuseal::CONSOLE_URL}/embedding/form"), class: 'text-base hover:bg-base-300', data: { prefetch: false } do %>
Embedding
<% end %>
</li>
<% end %>
<% end %>
</ul>
</menu-active>