Seeking Advice on Adding New Elements to Aimeos Page Builder in CMS

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
notdot
Posts: 3
Joined: 28 May 2024, 08:58

Seeking Advice on Adding New Elements to Aimeos Page Builder in CMS

Post by notdot » 13 Jun 2024, 07:29

I'm currently working on a project where I need to add new elements to the page builder in the Aimeos CMS. I've got everything set up locally and have been exploring the available documentation, but I'd love to hear any advice or tips from the community on how to best approach this task. Here’s a brief overview of my local setup:
  • PHP Version: 8.2.12
  • Aimeos Version: 2024.x
  • Aimeos Setup: Installed via Composer in a Laravel project
  • Custom Theme: Created using the Aimeos extension generator and installed successfully
  • Current Objective: Enhance the CMS page builder by adding custom elements
I am specifically looking for guidance on:
  • The best practices for adding new elements to the page builder like adding icons or lists.
  • Any specific files or directories that should be modified or extended.
  • Examples or templates of custom elements that have been successfully integrated.
  • Any recommended tools or resources that could facilitate this task.
Thank you in advance for your help and suggestions!

User avatar
aimeos
Administrator
Posts: 8217
Joined: 01 Jan 1970, 00:00

Re: Seeking Advice on Adding New Elements to Aimeos Page Builder in CMS

Post by aimeos » 13 Jun 2024, 10:55

Here your can see the existing blocks:
https://github.com/aimeos/ai-cms-grapes ... #L233-L396

Here are the components defined if the blocks need some JS code to work:
https://github.com/aimeos/ai-cms-grapes ... #L399-L834
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply