projects / org / ezecosystem / platformuiextensionskeleton...
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
PlatformUIExtensionSkeletonBundle | eZ Ecosystem | stable |
Version | Compatible with |
---|---|
N/A | N/A |
PlatformUI Skeleton Extension bundle, it shows several PlatformUI extension points:
More info can be found in the Extending and Customizing
the eZ Platform User
Interface slides.
If you want to install this bundle in an eZ Platform setup:
add the following line in app/AppKernel.php in the $bundles variable to enable the bundle
new DP\PlatformUIExtensionSkeletonBundle\DPPlatformUIExtensionSkeletonBundle(),
add the following lines to app/config/routing.yml:
_dpExtendingPlatormUIRoutes:
resource: "@DPPlatformUIExtensionSkeletonBundle/Resources/config/routing.yml"