Sha256: 1dfcd3b0c7e7c20fe023739f8054b13af1315805310d948889878906980b9c53

Contents?: true

Size: 824 Bytes

Versions: 58

Compression:

Stored size: 824 Bytes

Contents

<%= content_tag :div,
  class: page_editor.css_classes,
  data: page_editor.data_attributes do %>
  <%= element_form.fields_for(:ingredients, page_editor.ingredient) do |f| %>
    <%= ingredient_label(page_editor, :page_id) %>
    <%= f.text_field :page_id,
      value: page_editor.page&.id,
      id: page_editor.form_field_id(:page_id),
      class: 'alchemy_selectbox full_width' %>
  <% end %>
<% end %>

<script>
  $('#<%= page_editor.form_field_id(:page_id) %>').alchemyPageSelect({
    placeholder: "<%= Alchemy.t(:search_page) %>",
    url: "<%= alchemy.api_pages_path %>",
    query_params: <%== page_editor.settings[:query_params].to_json %>,
    <% if page_editor.page %>
    initialSelection: {
      id: <%= page_editor.page.id %>,
      text: "<%= page_editor.page.name %>"
    }
    <% end %>
  })
</script>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
alchemy_cms-7.0.16 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.15 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-6.1.10 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.14 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.13 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.12 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.11 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.10 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.9 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.8 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.7 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.6 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.5 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.4 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.3 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-6.1.9 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.2 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-6.1.8 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-6.1.7 app/views/alchemy/ingredients/_page_editor.html.erb
alchemy_cms-7.0.1 app/views/alchemy/ingredients/_page_editor.html.erb