Sha256: f6d179138d7d43a9532d3c9330370933564a906a492439932f58d16e1c584dba
Contents?: true
Size: 489 Bytes
Versions: 6
Compression:
Stored size: 489 Bytes
Contents
- if defined?(EffectiveArticleEditor) = f.article_editor :rich_text_body, label: 'Body', hint: 'The main body of your page' - if EffectivePages.sidebars? = f.article_editor :rich_text_sidebar, label: 'Sidebar', hint: 'The sidebar content of your page' - else = f.rich_text_area :rich_text_body, label: 'Body', hint: 'The main body of your page' - if EffectivePages.sidebars? = f.rich_text_area :rich_text_sidebar, label: 'Sidebar', hint: 'The sidebar content of your page'
Version data entries
6 entries across 6 versions & 1 rubygems