From 9ea0e5840cc7698fa3e1b0466204716b279f9c27 Mon Sep 17 00:00:00 2001 From: Dmitri Pisarev Date: Tue, 27 Dec 2016 14:43:04 +0300 Subject: [PATCH] TASK: Apply migration Neos.Neos-20161220163741 Migrate usages of the Settings path Neos.Neos.typoScript to Neos.Neos.fusion --- Configuration/Settings.yaml | 6 +++--- composer.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 68c3ea3..c85c26c 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -1,11 +1,11 @@ Neos: Neos: - typoScript: - autoInclude: - Psmb.CreateNodeButton: true userInterface: translation: autoInclude: Psmb.CreateNodeButton: - 'NodeTypes/*' + fusion: + autoInclude: + Psmb.CreateNodeButton: true diff --git a/composer.json b/composer.json index be0616a..82ae191 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,8 @@ "Neos.Media-20161219094126", "Neos.Neos-20161219094403", "Neos.Neos-20161219122512", - "Neos.Fusion-20161219130100" + "Neos.Fusion-20161219130100", + "Neos.Neos-20161220163741" ] } } \ No newline at end of file