Tip |
---|
To get an overview of EzPublishCoreBundle's configuration, run the following command-line script: Code Block |
---|
| 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 |
---|
language | bash |
---|
title | ezplatform.yml |
---|
|
ezpublish:
system:
ezdemo_site:
default_page: "/Getting-Started"
ezdemo_site_admin:
# For admin, redirect to dashboard after login.
default_page: "/content/dashboard" |
...