General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Tip

To get an overview of EzPublishCoreBundle's configuration, run the following command-line script:

Code Block
languagebash
php app/console config:dump-reference ezpublish

...

If set, it will be used for default redirection after user login, overriding Symfony's default_target_path, giving the opportunity to configure it by SiteAccesssiteaccess.

Code Block
languagebash
titleezplatform.yml
ezpublish:
    system:
        ezdemo_site:
            default_page: "/Getting-Started"

        ezdemo_site_admin:
            # For admin, redirect to dashboard after login.
            default_page: "/content/dashboard"

...