I started to develop a view that the paragraphs are the real "content types" - the structure of the content. What we call Content Types in Drupal are actually the different workflows in which you distribute the content.
I am using Paragraph Library method for reusability. But if a Paragraph is unpublished it is still showing on the Base Page node. Whats purpose of giving "Published" option on while adding paragraph in Paragraph Library when it makes no affect on the frontend. If a paragraph is set to unpublished it shouldn't be shown on the frontend even through used on another Entity such as Node. How can I achieve this? Thanks great video!
Wish you would do one where you do all the styling and template editing/creating, and not use some prefab theme. Using a theme that specialized does not help me personally with understanding of how to edit templates AND understand how to use paragraphs.
@CyJobes, I understand but the live stream will be much longer. If you want to learn how to theme then google "drupal theming". Paragraph Twig templates are no different than others.
Not quite the same. Gutenberg stores on the blocks in a single blob column. The Paragraphs module forces a more structured approach, using Drupal's field system. BTW, you can use Gutenberg in Drupal.th-cam.com/video/6uI4jXT3FsA/w-d-xo.html
Great content!
I am just starting with Drupal, and you are the channel I was looking for! Thanks for your good work!
Thanks
You just earned a follower for yourself
Thanks.
I started to develop a view that the paragraphs are the real "content types" - the structure of the content. What we call Content Types in Drupal are actually the different workflows in which you distribute the content.
Thank you
I am using Paragraph Library method for reusability. But if a Paragraph is unpublished it is still showing on the Base Page node. Whats purpose of giving "Published" option on while adding paragraph in Paragraph Library when it makes no affect on the frontend. If a paragraph is set to unpublished it shouldn't be shown on the frontend even through used on another Entity such as Node. How can I achieve this? Thanks great video!
Why the "published" status works like it does!!! I don't know.
To implement what you're asking for, you'll need to write your own access control code.
Wish you would do one where you do all the styling and template editing/creating, and not use some prefab theme. Using a theme that specialized does not help me personally with understanding of how to edit templates AND understand how to use paragraphs.
@CyJobes, I understand but the live stream will be much longer.
If you want to learn how to theme then google "drupal theming". Paragraph Twig templates are no different than others.
So basically Gutenberg Blocks for Drupal.
Not quite the same. Gutenberg stores on the blocks in a single blob column.
The Paragraphs module forces a more structured approach, using Drupal's field system.
BTW, you can use Gutenberg in Drupal.th-cam.com/video/6uI4jXT3FsA/w-d-xo.html
@@WebWash Ah nice! Thanks :) I'm just getting started in Drupal after a 17 year hiatus and man is there a ton to catch up on.