Message-ID: <314611381.4040.1485856441148.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4039_157835994.1485856441148" ------=_Part_4039_157835994.1485856441148 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html EzPublishCoreBundle Configuration

EzPublishCoreBundle Configuration

=20 =20

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

=20
php ezpublish/console config:dump-reference ezpublish
=20

Default page

Version compatibility

This setting is available as of 5.3.2 / 2014.07

Default page is the default page to show or redirect to.

If set, it will be used for default redirection after user login, overri= ding Symfony's default_target_path, giving the opportunit= y to configure it by SiteAccess.

=20
ezpublish:
    system:
        ezdemo_site:
            default_page: "/Getting-Started"

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

This setting does not change anything to Symfony behavior regarding redirection after login. If set, it will only substi= tute the value set for default_target_path. It is therefo= re still possible to specify a custom target path using a dedicated form pa= rameter.

Order of precedence is not modified.

------=_Part_4039_157835994.1485856441148--