Ahhhh Features:

  • Click
  • Click
  • Click
  • Click
  • Click
  • drush fe module:component
  • Damn I forgot that! Click
  • Click
  • Click
  • drush fua -y
  • Sigh, this content type is almost the same... Click, Click, oh f*ck it, click PAN!

But no more! You can now provide your content type as Yaml files, that means easily readable file, easy copy-pasting, easy re-using, no more serialized PHP messing with git.


This project is maintained on Github

Example of a content type:

field:
  blog_image:
    label: Post photo
    type: image

entity:
  blog_post:
    blog:
      name: Blog post
      field:
        blog_image: true
        body: true

view:
  node:
    blog_post:

      default:
        post_image:
          type: image
          settings:
            image_style: thumbnail
        body: true

      teaser:
        blog_image:
          type: image
          settings:
            image_style: thumbnail
        body:
          type: text_summary_or_trimmed
          settings:
            trim_length: 200
Supporting organizations: 

Project information

Releases