Skip to content

Commit b78f882

Browse files
authored
Merge pull request #60 from itk-dev/develop
Release 2021-12-02
2 parents 9f243b3 + e965afd commit b78f882

File tree

41 files changed

+211
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+211
-131
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@
197197
},
198198
"drupal/autocomplete_deluxe": {
199199
"Fix bug in limitation": "patches/autocomplete_deluxe_fix_limitation_bug.patch"
200+
},
201+
"drupal/inline_entity_form": {
202+
"Fix bug in inline entity form": "https://www.drupal.org/files/issues/2020-11-18/inline_entity_form-required_fields_optional_ief-3099844-15.patch"
200203
}
201204
}
202205
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/sync/field.field.paragraph.os2loop_video.os2loop_video_iframe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ id: paragraph.os2loop_video.os2loop_video_iframe
99
field_name: os2loop_video_iframe
1010
entity_type: paragraph
1111
bundle: os2loop_video
12-
label: 'Iframe embed kode'
13-
description: ''
12+
label: 'iframe embed kode'
13+
description: 'Insert full iframe embed code. Supported video providers: skyfish.com and videotool.dk'
1414
required: false
1515
translatable: false
1616
default_value: { }

config/sync/field.field.paragraph.os2loop_video.os2loop_video_url.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ field_name: os2loop_video_url
1212
entity_type: paragraph
1313
bundle: os2loop_video
1414
label: 'Share link'
15-
description: ''
15+
description: 'Insert link to video. Supported video providers: vimeo.com and microsoftstream.com'
1616
required: false
1717
translatable: false
1818
default_value: { }

config/sync/field.field.paragraph.os2loop_video.os2loop_video_width.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ id: paragraph.os2loop_video.os2loop_video_width
1111
field_name: os2loop_video_width
1212
entity_type: paragraph
1313
bundle: os2loop_video
14-
label: WIdth
14+
label: Width
1515
description: ''
1616
required: true
1717
translatable: false

config/sync/field.storage.paragraph.os2loop_video_source_type.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ settings:
1313
allowed_values:
1414
-
1515
value: iframe
16-
label: 'Skyfish iframe'
16+
label: 'Iframe embed code'
1717
-
1818
value: url
19-
label: Other
19+
label: 'Share link'
2020
allowed_values_function: ''
2121
module: options
2222
locked: false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
label: Beskrivelse
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
label: iframe-indlejringskode
2+
description: 'Indsæt den fulde iframe-indlejringskode. Understøttede videoudbydere: skyfish.com og videotool.dk'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
label: Kildetype
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
label: Delingsurl
2+
description: 'Indsæt url til video. Understøttede videoudbydere: vimeo.com og microsoftstream.com'

0 commit comments

Comments
 (0)