HansSchouten / PHPageBuilder

A drag and drop page builder to manage pages in any PHP project
https://www.phpagebuilder.com
MIT License
706 stars 178 forks source link

How can I get Grapejs default block components inside my block #171

Open ardhendu-alumnetworks opened 11 months ago

ardhendu-alumnetworks commented 11 months ago

My block section only shows 1 component, how can I get all default block components inside my block?

sc-grapesjs-blocks-prp

Mohsin1931 commented 7 months ago

He i am facing the same problem have you got any solutions??

mrdecoder commented 6 months ago

lol me 2 im not good with this framework stuff

mrdecoder commented 6 months ago

most of this stuff i can make myself but there is no documentation on the possibilities anywhere

like for example you can make a div and in it you put [blocks-container] to make that again a container that can have another container

so where is the rest?

or does only [blocks-container] exist ? is there a list of this stuff somewhere? if not then in what file is this called? so i can make a list myself

im also trying to add image resize

i found out i need to add resizable:true but where

in some codes i see they added resizable="true"

but none of it works so it must be missing something somewhere