HansSchouten / PHPagebuilder-boilerplate

Boilerplate for quickly spinning up websites using PHPagebuilder.
https://www.phpagebuilder.com
39 stars 25 forks source link

I have some question #16

Open toanle91 opened 1 year ago

toanle91 commented 1 year ago

Hello every body, The first i am sorry because not good english. I working and need ask something.

  1. Example i need create one block form so how to i can find config? or any config for field?
  2. Can i have one config for block can upload image (working for block slider)

Let me know if someone know document i can read, because in readme i see short and i can not found. Thanks!

HansSchouten commented 1 year ago

Hi, unfortunately I don't have time to create an extensive documentation. At the moment the project is especially helpful for programmers that would find their answers in the code itself. I usually download a library and inspect its source code in a good IDE like PHPStorm. That is often my documentation and even well-documented projects like GrapesJS itself (used by PHPageBuilder) have shown me useful undocumented options when inspecting the source code. But if you would like a more complex example block, please have a look at this snippet: https://gist.github.com/HansSchouten/3adb9725f312fe8ed6d665982f381181

toanle91 commented 1 year ago

Hi, unfortunately I don't have time to create an extensive documentation. At the moment the project is especially helpful for programmers that would find their answers in the code itself. I usually download a library and inspect its source code in a good IDE like PHPStorm. That is often my documentation and even well-documented projects like GrapesJS itself (used by PHPageBuilder) have shown me useful undocumented options when inspecting the source code. But if you would like a more complex example block, please have a look at this snippet: https://gist.github.com/HansSchouten/3adb9725f312fe8ed6d665982f381181

Thanks, that is what i need. Thanks!