Skip to content

Commit

Permalink
EZEE-2195: Form Builder (ezsystems#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Sep 17, 2018
1 parent 5cfe37f commit ea88a16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Expand Up @@ -48,6 +48,7 @@ public function registerBundles()
// eZ Platform EE
new EzSystems\EzPlatformPageFieldTypeBundle\EzPlatformPageFieldTypeBundle(),
new EzSystems\EzPlatformPageBuilderBundle\EzPlatformPageBuilderBundle(),
new EzSystems\EzPlatformFormBuilderBundle\EzPlatformFormBuilderBundle(),
new EzSystems\DateBasedPublisherBundle\EzSystemsDateBasedPublisherBundle(),
new EzSystems\FlexWorkflowBundle\EzSystemsFlexWorkflowBundle(),
new EzSystems\EzPlatformEnterpriseEditionInstallerBundle\EzPlatformEnterpriseEditionInstallerBundle(),
Expand Down
6 changes: 6 additions & 0 deletions app/config/config.yml
Expand Up @@ -139,6 +139,12 @@ jms_translation:
output_dir: '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui/src/bundle/Resources/translations/'
excluded_dirs: [Behat, Tests]
output_format: "xliff"
form_builder:
dirs:
- '%kernel.root_dir%/../vendor/ezsystems/ezplatform-form-builder/src'
output_dir: '%kernel.root_dir%/../vendor/ezsystems/ezplatform-form-builder/src/bundle/Resources/translations/'
excluded_dirs: [Behat, Tests]
output_format: "xliff"
admin_modules:
dirs:
- '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui-modules/src'
Expand Down
5 changes: 5 additions & 0 deletions app/config/routing.yml
Expand Up @@ -30,6 +30,11 @@ ezplatform.ee.page_builder:
defaults:
siteaccess_group_whitelist: '%admin_group_name%'

ezplatform.ee.form_builder:
resource: '@EzPlatformFormBuilderBundle/Resources/config/routing.yml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'

_ezplatformRepositoryFormsRoutes:
resource: '@EzSystemsRepositoryFormsBundle/Resources/config/routing.yml'

Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -54,6 +54,7 @@
"ezsystems/flex-workflow": "^3.0@dev",
"ezsystems/ezplatform-page-fieldtype": "^1.1@dev",
"ezsystems/ezplatform-page-builder": "^1.1@dev",
"ezsystems/ezplatform-form-builder": "^1.0@dev",
"ezsystems/ezplatform-ee-installer": "^2.2@dev",
"ezsystems/ezplatform-http-cache-fastly": "^1.1@dev",
"knplabs/knp-menu-bundle": "^2.2.1",
Expand Down

0 comments on commit ea88a16

Please sign in to comment.