-
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.
- Loading branch information
Showing
21 changed files
with
179 additions
and
181 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 |
---|---|---|
|
@@ -4,5 +4,3 @@ | |
composer.lock | ||
vendor | ||
|
||
node_modules/ | ||
yarn.lock |
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,13 @@ | ||
{ | ||
"default": true, | ||
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md | ||
"line-length": { | ||
"line_length": 120, | ||
"code_blocks": false, | ||
"tables": false | ||
}, | ||
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md | ||
"no-duplicate-heading": { | ||
"siblings_only": true | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# OS2Forms Attachment Drupal module | ||
|
||
# Module purpose | ||
## Module purpose | ||
|
||
The aim of this module is to provide an OS2forms attachment element for adding PDF/HTML attachment. | ||
|
||
It also supports creation of reusable headers/footers components which are used when rendering the attachments. | ||
|
||
# How does it work | ||
## How does it work | ||
|
||
To add custom headers/footer ```admin/structure/webform/config/os2forms_attachment_component``` | ||
To add custom headers/footer `admin/structure/webform/config/os2forms_attachment_component` | ||
|
||
To specify headers/footers that will override the default ones on a global level (**Third party settings** -> **Entity print** section): ```admin/structure/webform/config``` | ||
To specify headers/footers that will override the default ones on a global level (**Third party settings** -> **Entity | ||
print** section): `admin/structure/webform/config` | ||
|
||
To specify headers/footers that will override the default ones on a form level (**Third party settings** -> **Entity print** section): ```/admin/structure/webform/manage/[webform]/settings``` | ||
To specify headers/footers that will override the default ones on a form level (**Third party settings** -> **Entity | ||
print** section): `/admin/structure/webform/manage/[webform]/settings` |
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,15 +1,16 @@ | ||
# OS2Forms Autocomplete Drupal module | ||
|
||
# Module purpose | ||
## Module purpose | ||
|
||
The aim of this module is to provide a genetic OS2Forms Autocomplete element which can return options from an external webservice. | ||
The aim of this module is to provide a genetic OS2Forms Autocomplete element which can return options from an external | ||
webservice. | ||
|
||
# How does it work | ||
## How does it work | ||
|
||
Module exposes OS2Forms Autocomplete component that are available in the webform build process. | ||
|
||
Build page: | ||
|
||
``` | ||
```url | ||
admin/structure/webform/manage/[webform] | ||
``` |
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,8 +1,7 @@ | ||
# OS2forms Consent Drupal module | ||
|
||
## Module purpose | ||
|
||
The aim of this module is to provide integration consent provider. | ||
|
||
## How does it work | ||
|
||
|
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.