Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions Configuration/Sets/DropInFrontend/config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion Configuration/Sets/DropInFrontend/constants.typoscript

This file was deleted.

1 change: 0 additions & 1 deletion Configuration/Sets/DropInFrontend/setup.typoscript

This file was deleted.

69 changes: 69 additions & 0 deletions Configuration/Sets/Main/settings.definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,75 @@ settings:
type: bool
default: true

plugin.tx_powermail.settings.styles.framework.numberOfColumns:
default: 2
type: int
label: Number of columns
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.rowClasses:
default: 'row'
type: text
label: Framework classname(s) for containers to build rows
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.formClasses:
default: ''
type: text
label: Framework classname(s) for form
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.fieldAndLabelWrappingClasses:
default: 'col-md-6'
type: text
label: Framework classname(s) for overall wrapping container of a field/label pair
description: e.g. "col-md-6"
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.fieldWrappingClasses:
default: 'powermail_field'
type: text
label: Framework classname(s) for wrapping container of a field
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.labelClasses:
default: 'form-label powermail_label'
type: text
label: Framework classname(s) for fieldlabels
description: e.g. "form-label"
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.fieldClasses:
default: 'form-control'
type: text
label: Framework classname(s) for fields
description: e.g. "form-control"
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.offsetClasses:
default: ''
type: text
label: Framework classname(s) for fields with an offset
description: e.g. "col-sm-offset-2"
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.radioClasses:
default: 'form-check powermail_radiowrap'
type: text
label: Framework classname(s) especially for radiobuttons
description: e.g. "form-check"
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.checkClasses:
default: 'form-check powermail_checkwrap'
type: text
label: Framework classname(s) especially for checkboxes
description: e.g. "form-check"
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.submitClasses:
default: 'btn btn-primary'
type: text
label: Framework classname(s) for the submit button
description: e.g. "btn btn-primary"
category: powermail.styling
plugin.tx_powermail.settings.styles.framework.createClasses:
default: 'powermail_create'
type: text
label: Framework classname(s) for "create" message after submit
description: e.g. "powermail_create"
category: powermail.styling

plugin.tx_powermail.view.templateRootPath:
label: Path to template root (FE)
description: Path to template root (FE)
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Sets/Main/setup.typoscript
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import 'EXT:powermail/Configuration/TypoScript/Main/Configuration/*.typoscript'
@import 'EXT:powermail/Configuration/TypoScript/Main/setup.typoscript'
70 changes: 4 additions & 66 deletions Configuration/Sets/Styling/settings.definitions.yaml
Original file line number Diff line number Diff line change
@@ -1,69 +1,7 @@
settings:
plugin.tx_powermail.settings.styling.numberOfColumns:
default: 2
type: int
label: Number of columns
category: powermail.styling
plugin.tx_powermail.settings.styling.rowClasses:
default: 'row'
type: text
label: Framework classname(s) for containers to build rows
category: powermail.styling
plugin.tx_powermail.settings.styling.formClasses:
default: ''
type: text
label: Framework classname(s) for form
category: powermail.styling
plugin.tx_powermail.settings.styling.fieldAndLabelWrappingClasses:
default: 'col-md-6'
type: text
label: Framework classname(s) for overall wrapping container of a field/label pair
description: e.g. "col-md-6"
category: powermail.styling
plugin.tx_powermail.settings.styling.fieldWrappingClasses:
default: 'powermail_field'
type: text
label: Framework classname(s) for wrapping container of a field
category: powermail.styling
plugin.tx_powermail.settings.styling.labelClasses:
default: 'form-label powermail_label'
type: text
label: Framework classname(s) for fieldlabels
description: e.g. "form-label"
category: powermail.styling
plugin.tx_powermail.settings.styling.fieldClasses:
default: 'form-control'
type: text
label: Framework classname(s) for fields
description: e.g. "form-control"
category: powermail.styling
plugin.tx_powermail.settings.styling.offsetClasses:
default: ''
type: text
label: Framework classname(s) for fields with an offset
description: e.g. "col-sm-offset-2"
category: powermail.styling
plugin.tx_powermail.settings.styling.radioClasses:
default: 'form-check powermail_radiowrap'
type: text
label: Framework classname(s) especially for radiobuttons
description: e.g. "form-check"
category: powermail.styling
plugin.tx_powermail.settings.styling.checkClasses:
default: 'form-check powermail_checkwrap'
type: text
label: Framework classname(s) especially for checkboxes
description: e.g. "form-check"
category: powermail.styling
plugin.tx_powermail.settings.styling.submitClasses:
default: 'btn btn-primary'
type: text
label: Framework classname(s) for the submit button
description: e.g. "btn btn-primary"
category: powermail.styling
plugin.tx_powermail.settings.styling.createClasses:
default: 'powermail_create'
plugin.tx_powermail.settings.BasicCss:
default: 'EXT:powermail/Resources/Public/Css/Basic.css'
type: text
label: Framework classname(s) for "create" message after submit
description: e.g. "powermail_create"
label: Path to a file with (very) basic css definitions
description: Default css delivered by EXT:powermail. You want to overwrite them definitely
category: powermail.styling