ASISG

Gy - php framework/CMS | Documentation | Working with site pages (Website page builder)

<-- table of contents

15. Working with site pages (Website page builder)

In the administration panel it is on the page /gy/admin/get-admin-page.php?page=work-page-site you can work with the public pages of the site.

You need to set the path from the site root to the file /index.php and select an action.

Actions on the page:

Website page builder, by component

It displays all the components that are on the page, you can move components around the page, change their parameters or delete. You can also add a new component. When adding a new component, you need to specify its name, template and parameters for calling the component.

Important

Any code must be added through components, including just html (for html code there is a includeHtml component). Otherwise, while editing the page in the page builder by component, the code outside the components will be overwritten.




View documentation on GitHub.com