Last active
September 27, 2018 05:51
-
-
Save nadavoid/d510440ed59f9878e47d8ff0027df1e5 to your computer and use it in GitHub Desktop.
Revisions
-
nadavoid revised this gist
Oct 31, 2016 . No changes.There are no files selected for viewing
-
nadavoid revised this gist
Oct 31, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,3 +24,4 @@ - https://www.chapterthree.com/blog/paragraphs-vs-eck-drupal-8 - http://flocondetoile.fr/blog/improve-user-experience-paragraphs-drupal-8 - https://www.webwash.net/how-to-create-powerful-container-paragraphs-in-drupal-8/ - http://dannyenglander.com/blog/drupal-8-architecture-video-tour-designing-structured-modular-content-using-entity-construction -
nadavoid created this gist
Oct 31, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ # ECK, Paragraphs, Blocks, and Custom Entities ## ECK - best suited for custom relational entities - each ECK entity stands on its own - does not support translation (yet) - Use Inline Entity Form and Inline Entity Form Preview for best authoring experience. ## Paragraphs - best suited for enhancing content entry on individual entities - treated as an extension of existing entities - does support translation - does not support content reuse ## Blocks - Good fit for creating a handful of reusable entities ## Custom entities - alternative to ECK - can support translation and revisions - can be scaffolded by drupal console ## Some References - https://www.chapterthree.com/blog/paragraphs-vs-eck-drupal-8 - http://flocondetoile.fr/blog/improve-user-experience-paragraphs-drupal-8 - https://www.webwash.net/how-to-create-powerful-container-paragraphs-in-drupal-8/