givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.31k stars 1.66k forks source link

URGENT : Blocks not available in PHP - JS Version #385

Open mobiliseapplabllp opened 1 month ago

mobiliseapplabllp commented 1 month ago

Dear All,

I hope you're doing well. We are currently using the PHP version of the Vvveb editor, which we installed from GitHub. However, we have encountered an issue where certain blocks available in the demo version, accessible at the link below, are missing from our setup:

https://demo.vvveb.com/admin/?module=/editor/editor&template=index.html

Image

As these blocks are crucial for our project, we would greatly appreciate your guidance on how to import or enable them in our version. We have already integrated this builder deeply into our system, so resolving this issue is essential for our progress.

Your support would be invaluable, and we are eager to hear any suggestions or solutions you may have.

Thank you in advance for your time and assistance. We are hoping for your prompt help on this matter.

Warm regards, Ashish Sharma

Screenshot 2024-10-11 at 15 05 24
oleteacher commented 1 month ago

Why is it URGENT?

mobiliseapplabllp commented 1 month ago

Hi,

Actually we have already included this editor as part of development and some business UAT are going on where this observation has been made.

They are pointing this as an issue and want this to be included into the system asap.

Any support in this regard will be highly appreciated.

Warm regards, Ashish Sharma

From: Susan @.> Date: Friday, 11 October 2024 at 17:00 To: givanz/VvvebJs @.> Cc: ASHISH SHARMA @.>, Author @.> Subject: Re: [givanz/VvvebJs] URGENT : Blocks not available in PHP - JS Version (Issue #385)

Why is it URGENT?

— Reply to this email directly, view it on GitHubhttps://github.com/givanz/VvvebJs/issues/385#issuecomment-2407215681, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKPRXN5ZOOM6DCSSINWGNZTZ26ZEJAVCNFSM6AAAAABPYSMKX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGIYTKNRYGE. You are receiving this because you authored the thread.Message ID: @.***>

givanz commented 1 month ago

Hi

The screenshot is with base sections list.

Only base sections are missing or more sections?

If you use the github version make sure to use --recurse-submodules option when cloning to also clone landing theme with all sections.

git clone --recurse-submodules https://github.com/givanz/VvvebJs 

You can also download the latest release with all files included https://github.com/givanz/VvvebJs/releases

All sections are available in Landing theme https://github.com/givanz/landing/tree/main/src/sections/base that is used in both VvvebJs and Vvveb CMS.

You can also manually clone landing theme https://github.com/givanz/landing in VvvebJs demo folder.

You can add new sections to demo/landing/src/sections folder and regenerate the sections list by running

npm i
npm run gulp sections
npm run gulp screenshots

in the theme folder demo/landing