Issue #3196756 by AJV009, Chi: Wrong reference in ConfigInstallerInterface::installDefaultConfig

merge-requests/411/head
catch 2021-03-10 10:42:10 +00:00
parent 9b3c15570f
commit 1fe724dfb5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ interface ConfigInstallerInterface {
* directories for all other extensions to locate any configuration with its
* name prefix. For example, the Node module provides the frontpage view as a
* default configuration file:
* core/modules/node/config/install/views.view.frontpage.yml
* core/modules/node/config/optional/views.view.frontpage.yml
* When the Views module is installed after the Node module is already
* enabled, the frontpage view will be installed.
*