Migrate Old Addon Structure to the Latest One | SP Page Builder (Pro) - Documentation | JoomShaper

SP Page Builder (Pro)

Updated Last: 23 April 2024

Migrate Old Addon Structure to the Latest One

SP Page Builder addons reside under the components/com_sppagebuilder/addons directory.

In this directory, create a folder with the same name as your addon. The folder contains two mandatory files:

  • A PHP file named admin.php
  • A PHP file named site.php

This is not mandatory but if you need to put any assets for the addon, create a folder named assets to store all the assets for that addon.

There is a common syntax for all addon settings. We'll discuss it in our admin.php and site.php doc.