Blocks for the website builder #9428
Replies: 2 comments
-
I'm curious about this too, I'm using the website template, downloaded yesterday, and see the same few block, missing the others. |
Beta Was this translation helpful? Give feedback.
-
@MattinNajafi @mikevarela The first image appears to be more similar to the blocks used on their official website. They might've used that image to show what can be done. You can find their blocks for their official site at https://github.com/payloadcms/website Just keep in mind, their structure isn't the same as the website template. So, inside of their Just be warned, a lot of their official site is deeply nested inside of itself, so copy and pasting most of their block components won't work. If this is the route you want to go, I suggest sticking to the config.ts and Component.tsx structure provided in the website template, as it's much easier to maintain and utilize. Hope this helps you find what you're looking for! P.S. : I haven't checked any of the community repos, there may be some repos out there that the community has available that comes with more custom block components. I am currently working on releasing a community template that starts out with their custom responsive Grid/Gutter setup. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Reading the documentation shows these blocks:
But when i started my own local testing environment running
npx create-payload-app
i just had these:What can I do to get all supported blocks? Is there any custom blocks out there to import aswell that is getting rendered out by component?
Beta Was this translation helpful? Give feedback.
All reactions