Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:
Development Documentation
The portal engine offers quite a lot of configuration possibilities through its administration features. Further more it was implemented with project specific customization requirements in mind. As the portal engine is a regular Symfony bundle it is possible to extend its parts like described in the Symfony documentation.
The development documentation explains several customization aspects which are offered by the portal engine and might be needed in your project.
Documentation Parts
- Extending Search Index: Describes how to add additional data attributes to the Elasticsearch index.
- Customize Appearance: Describes how to change the appearance of the portal engine via twig templates and customized frontend builds.
- Customize and Extend Behavior: Describes how to customize the behaviour of the portal engine through code changes.