Skip to content

Commit 2805a2d

Browse files
committed
Fix themes path
1 parent 6373967 commit 2805a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Packages/Application/Psmb.PsmbImport/Classes/Command/SermonCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function assignCategoriesCommand(
6565
$sermonDataPath = '/data/www-provisioned/sermons_out.json';
6666
$hashToIdPath = '/data/www-provisioned/hashToSermonId.json';
6767
$sermonParentNodePath = 's';
68-
$categoryParentNodePath = 'tags/themes';
68+
$categoryParentNodePath = 'themes';
6969
$sermonNodeType = 'Sfi.Site:Sermon';
7070
$categoryNodeType = 'Sfi.Site:Tag';
7171
$categoryPropertyName = 'categories';

Packages/Sites/Sfi.Site/Configuration/NodeTypes.Document.Sermon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
editorOptions:
6464
nodeTypes:
6565
- "Sfi.Site:Tag"
66-
startingPoint: /sites/site/tags/themes
66+
startingPoint: /sites/site/themes
6767
createNew:
68-
path: /sites/site/tags/themes
68+
path: /sites/site/themes
6969
type: "Sfi.Site:Tag"
7070
magicDate:
7171
type: string

0 commit comments

Comments
 (0)