-
Notifications
You must be signed in to change notification settings - Fork 2
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 #3 from cosmocode/extensions-12-2019
Extensions 12 2019
- Loading branch information
Showing
44 changed files
with
733 additions
and
91 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ settings: | |
encryption: ~ | ||
username: ~ | ||
password: ~ | ||
fileExporter: | ||
dir: export |
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 |
---|---|---|
|
@@ -9,6 +9,10 @@ meta: | |
- [email protected] | ||
cc: | ||
- fieldset0.fieldset_dynamic.email1 | ||
export: i_will_be_moved.txt | ||
saveButton: true | ||
tooltip_style: 'border: 1px solid cyan' | ||
language: de | ||
form: | ||
fieldset0: | ||
type: fieldset | ||
|
@@ -25,6 +29,11 @@ form: | |
- 'Static elements' | ||
- 'Dynamic elements' | ||
- 'Fieldset columns' | ||
hr0: | ||
type: hr | ||
column: is-full | ||
color: '#f5f5f5' | ||
height: 2 | ||
fieldset_static: | ||
type: fieldset | ||
label: 'Static form elements' | ||
|
@@ -62,6 +71,7 @@ form: | |
validation: | ||
match: /[a-zA-Z0-9]/ | ||
required: false | ||
tooltip: 'Optional input\nAllowed characters: a-Z, 0-9' | ||
numberinput1: | ||
type: numberinput | ||
label: Numberinput | ||
|
@@ -92,7 +102,7 @@ form: | |
dropdown1: | ||
type: dropdown | ||
label: 'Dropdown' | ||
default: 'Please choose' | ||
empty_label: 'Please choose' | ||
choices: | ||
- 'Choice #1' | ||
- 'Choice #2' | ||
|
@@ -103,7 +113,7 @@ form: | |
label: 'Checklist' | ||
choices: | ||
- 'Choice #1' | ||
- 'Choice #2' | ||
- 'Choice #2 [a nice link](https://www.cosmocode.de)' | ||
- 'Choice #3' | ||
upload1: | ||
type: upload | ||
|
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 @@ | ||
With the default configuration i will be moved to 'export/' |
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.