Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Configuration/Sets/Main/settings.definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,19 +528,19 @@ settings:
type: bool
default: true

plugin.tx_powermail.settings.view.templateRootPath:
plugin.tx_powermail.view.templateRootPath:
label: Path to template root (FE)
description: Path to template root (FE)
category: powermail.view
type: string
default: 'EXT:powermail/Resources/Private/Templates/'
plugin.tx_powermail.settings.view.partialRootPath:
plugin.tx_powermail.view.partialRootPath:
label: Path to template partials (FE)
description: Path to template partials (FE)
category: powermail.view
type: string
default: 'EXT:powermail/Resources/Private/Partials/'
plugin.tx_powermail.settings.view.layoutRootPath:
plugin.tx_powermail.view.layoutRootPath:
label: Path to template layouts (FE)
description: Path to template layouts (FE)
category: powermail.view
Expand Down