Sha256: 6594a41d6df6e31850a584feb278e62a49b706098fe8bbef2ad2039c3393793c

Contents?: true

Size: 445 Bytes

Versions: 46

Compression:

Stored size: 445 Bytes

Contents

<!-- This page is viewed on admin->settings->site settings->tab theme -->
<!-- This line will render all custom fields registered for this theme on install -->
<!-- You can add your custom html contents here, but don't forget to save the values with hook on_theme_settings -->
<%= render partial: "admin/settings/custom_fields/render", locals: {record: current_theme, field_groups: current_theme.get_field_groups, fields_name: "theme_fields"} %>

Version data entries

46 entries across 23 versions & 1 rubygems

Version Path
camaleon_cms-0.1.2 lib/generators/ctheme_template/app/apps/themes/my_theme/views/admin/settings.html.erb
camaleon_cms-0.1.2 app/apps/themes/camaleon_first/views/admin/settings.html.erb
camaleon_cms-0.0.2 lib/generators/ctheme_template/app/apps/themes/my_theme/views/admin/settings.html.erb
camaleon_cms-0.0.2 app/apps/themes/camaleon_first/views/admin/settings.html.erb
camaleon_cms-0.0.1 lib/generators/ctheme_template/app/apps/themes/my_theme/views/admin/settings.html.erb
camaleon_cms-0.0.1 lib/generators/camaleon_cms/install_template/apps/themes/camaleon_first/views/admin/settings.html.erb