Sha256: 037b800a124306115f72da673cafb0d3b6ffc877d89ede631ac54b936a9980f0

Contents?: true

Size: 495 Bytes

Versions: 148

Compression:

Stored size: 495 Bytes

Contents

# == In this configuration, you set up Alchemy's element layouts.
#
# For further information please see http://guides.alchemy-cms.com/stable/elements.html

<%- unless @options[:skip_demo_files] -%>
- name: article
  hint: true
  unique: true
  contents:
  - name: headline
    type: EssenceText
    default: :article_headline
    hint: true
  - name: picture
    type: EssencePicture
    hint: true
  - name: text
    type: EssenceRichtext
    default: :article_text
    hint: true
<%- end -%>

Version data entries

148 entries across 148 versions & 1 rubygems

Version Path
alchemy_cms-3.3.3 lib/rails/generators/alchemy/install/templates/elements.yml.tt
alchemy_cms-3.3.2 lib/rails/generators/alchemy/install/templates/elements.yml.tt
alchemy_cms-3.4.0 lib/rails/generators/alchemy/install/templates/elements.yml.tt
alchemy_cms-3.4.0.rc1 lib/rails/generators/alchemy/install/templates/elements.yml.tt
alchemy_cms-3.3.1 lib/rails/generators/alchemy/install/templates/elements.yml.tt
alchemy_cms-3.3.0 lib/rails/generators/alchemy/install/templates/elements.yml.tt
alchemy_cms-3.3.0.rc2 lib/rails/generators/alchemy/install/templates/elements.yml.tt
alchemy_cms-3.3.0.rc1 lib/rails/generators/alchemy/install/templates/elements.yml.tt