This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from zischler/develop
i18n updates and custom form to vue component
- Loading branch information
Showing
23 changed files
with
558 additions
and
169 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
1 change: 1 addition & 0 deletions
1
craft/config/project/fieldGroups/01e54fd7-954a-449d-baee-f11148cbb95d.yaml
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
name: Form |
27 changes: 27 additions & 0 deletions
27
craft/config/project/fields/confirmationMailText--114a318e-21fc-4304-a4d9-7b6702c52fa2.yaml
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
contentColumnType: text | ||
fieldGroup: 01e54fd7-954a-449d-baee-f11148cbb95d | ||
handle: confirmationMailText | ||
instructions: '' | ||
name: 'Confirmation Mail Text' | ||
searchable: false | ||
settings: | ||
availableTransforms: '*' | ||
availableVolumes: '*' | ||
cleanupHtml: true | ||
columnType: text | ||
configSelectionMode: choose | ||
defaultTransform: '' | ||
manualConfig: '' | ||
purifierConfig: '' | ||
purifyHtml: '1' | ||
redactorConfig: Simple.json | ||
removeEmptyTags: '1' | ||
removeInlineStyles: '1' | ||
removeNbsp: '1' | ||
showHtmlButtonForNonAdmins: '' | ||
showUnpermittedFiles: false | ||
showUnpermittedVolumes: false | ||
uiMode: enlarged | ||
translationKeyFormat: null | ||
translationMethod: language | ||
type: craft\redactor\Field |
18 changes: 18 additions & 0 deletions
18
craft/config/project/fields/errorMessage--c407100c-c7bf-4445-a0d1-8ed28872359c.yaml
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
contentColumnType: text | ||
fieldGroup: 01e54fd7-954a-449d-baee-f11148cbb95d | ||
handle: errorMessage | ||
instructions: '' | ||
name: 'Error Message' | ||
searchable: false | ||
settings: | ||
byteLimit: null | ||
charLimit: null | ||
code: '' | ||
columnType: null | ||
initialRows: '4' | ||
multiline: '' | ||
placeholder: 'An error occurred while sending the form, please try again later.' | ||
uiMode: normal | ||
translationKeyFormat: null | ||
translationMethod: language | ||
type: craft\fields\PlainText |
18 changes: 18 additions & 0 deletions
18
craft/config/project/fields/successMessage--c29135c5-12a9-402c-bbdd-9df2ed2400a3.yaml
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
contentColumnType: text | ||
fieldGroup: 01e54fd7-954a-449d-baee-f11148cbb95d | ||
handle: successMessage | ||
instructions: '' | ||
name: 'Success Message' | ||
searchable: false | ||
settings: | ||
byteLimit: null | ||
charLimit: null | ||
code: '' | ||
columnType: null | ||
initialRows: '4' | ||
multiline: '' | ||
placeholder: 'Your message has been sent' | ||
uiMode: normal | ||
translationKeyFormat: null | ||
translationMethod: language | ||
type: craft\fields\PlainText |
18 changes: 18 additions & 0 deletions
18
craft/config/project/globalSets/email--44ac8d35-2ce7-4de7-a60b-eb2595afac3e.yaml
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
fieldLayouts: | ||
8dc87168-69b4-4eb0-b36c-9cc3b155033c: | ||
tabs: | ||
- | ||
elements: | ||
- | ||
fieldUid: 114a318e-21fc-4304-a4d9-7b6702c52fa2 | ||
instructions: null | ||
label: null | ||
required: false | ||
tip: null | ||
type: craft\fieldlayoutelements\CustomField | ||
warning: null | ||
width: 100 | ||
name: Main | ||
sortOrder: 1 | ||
handle: email | ||
name: Email |
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,4 +1,4 @@ | ||
dateModified: 1612781056 | ||
dateModified: 1612792003 | ||
email: | ||
fromEmail: $SYSTEM_EMAIL | ||
fromName: $SENDER_NAME | ||
|
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
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
Oops, something went wrong.