-
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
11 changed files
with
47 additions
and
31 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,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
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
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,13 +1,16 @@ | ||
# OS2Forms Webform Maps module for Drupal 9 | ||
|
||
## Module description | ||
|
||
Provides integration with Leaflet maps and provides map element for webform. | ||
|
||
## How does it work | ||
|
||
The module provides a new element type for webform. The element type is called "OS2Forms Kort". | ||
The element type is based on the Leaflet library. The element type provides a map with a marker | ||
that can be moved around on the map. The element type also provides ways of changing layers on | ||
the map. The data can be exported to PDF. | ||
|
||
## Installation | ||
|
||
The module can be installed using the standard Drupal installation procedure. |
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,6 +1,6 @@ | ||
Webform Embed | ||
# Webform Embed | ||
|
||
This is a copy of the abandoned project https://www.drupal.org/project/webform_embed. | ||
This is a copy of the abandoned project <https://www.drupal.org/project/webform_embed>. | ||
|
||
Since there is no drupal 9 version available and there probably never will be, future maintenance of this module must be | ||
handled by the os2forms development team. |