Skip to content

Commit 07d4cc5

Browse files
committed
Key
1 parent fcd78f9 commit 07d4cc5

File tree

6 files changed

+460
-308
lines changed

6 files changed

+460
-308
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ private-files/
218218
node_modules/
219219
yarn-error.log
220220

221+
# Ignore keys
222+
config/sync/**/key.key.*
223+
221224
# Ignore webforms, webform options and maestro templates including localized config.
222225
config/sync/**/maestro.maestro_template.*
223226
config/sync/**/webform.webform.*

composer.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"homepage": "https://github.com/itk-dev/os2forms_selvbetjening",
77
"repositories": [
8+
{
9+
"type": "vcs",
10+
"url": "https://github.com/itk-dev/os2forms"
11+
},
12+
{
13+
"type": "path",
14+
"url": "web/sites/default/modules/os2web_key"
15+
},
816
{
917
"//": "https://git.drupalcode.org/issue/webform_embed-3149360/-/tree/3149360-automated-drupal-9",
1018
"type": "package",
@@ -53,7 +61,6 @@
5361
"drupal/core-project-message": "^9.5.9",
5462
"drupal/core-recommended": "^9.5.9",
5563
"drupal/jquery_ui_datepicker": "^1.4",
56-
"drupal/key": "^1.17",
5764
"drupal/key_auth": "^2.1",
5865
"drupal/keyboard_shortcuts": "^1.1.1",
5966
"drupal/lang_dropdown": "^2.0",
@@ -75,6 +82,7 @@
7582
"itk-dev/os2forms_user_field_lookup": "^1.0",
7683
"itk-dev/serviceplatformen": "dev-feature/guzzle6-adapter as 1.5",
7784
"itk-dev/web_accessibility_statement": "^1.0",
85+
"os2forms/os2forms": "dev-feature/os2web_key as 3.14.0",
7886
"os2forms/os2forms_fasit": "^1.0",
7987
"os2forms/os2forms_forloeb_profile": "^1.12",
8088
"os2forms/os2forms_get_organized": "^1.1.5",

0 commit comments

Comments
 (0)