Sha256: ba2c323ba30ef6014976f362c36095f54ff11b0246937176a1a82b754ffc600f

Contents?: true

Size: 552 Bytes

Versions: 4

Compression:

Stored size: 552 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<h1><%= t("rich_editor") %></h1>

<table>
  <tr>
    <td><%= t('enable_rich_editor') %>:</td>
    <td><%= Spree::Editor::Config[:enabled] ? t('yes') : t('no') %></td>
  </tr>
  <tr>
    <td><%= t('rich_editor_engine') %>:</td>
    <td><%= Spree::Editor::Config[:current_editor] %></td>
  </tr>
  <tr>
    <td><%= t('rich_editor_ids') %>:</td>
    <td><%= Spree::Editor::Config[:ids] %></td>
  </tr>
</table>

<p><%= link_to_with_icon 'edit', t("edit"), edit_admin_editor_settings_path %></p>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_editor-0.70.0 app/views/admin/editor_settings/show.html.erb
spree_editor-0.50.1 app/views/admin/editor_settings/show.html.erb
spree_editor-0.50.0 app/views/admin/editor_settings/show.html.erb
spree_editor-0.40.0 app/views/admin/editor_settings/show.html.erb