-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: models/settings/fields.yaml
- Loading branch information
Helmut Kaufmann
committed
Feb 12, 2022
1 parent
26d5fdb
commit 02663db
Showing
2 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
tabs: | ||
stretch: true | ||
defaultTab: Communication | ||
defaultTab: Twig Extensions | ||
|
||
fields: | ||
info_section_1: | ||
label: Telegram | ||
type: section | ||
tab: Communication | ||
|
||
telegram_bot: | ||
label: Default Telegram BOT ID | ||
span: left | ||
type: text | ||
comment: Default Chat ID to be used for Telegram communication | ||
tab: Communication | ||
|
||
telegram_chat: | ||
label: DefaultTelegram Chat ID | ||
span: right | ||
type: text | ||
comment: Default ChatBOT ID to be used for Telegram communication. | ||
tab: Communication | ||
|
||
info_section_2: | ||
label: Email | ||
type: section | ||
tab: Communication | ||
|
||
mail_default: | ||
label: Default Email Address | ||
span: left | ||
type: text | ||
comment: Default email address to be used when none is specified explicitly | ||
tab: Communication |