Skip to content

Commit 7d65534

Browse files
authored
Merge pull request #73 from itk-dev/develop
Release 2022-12-05
2 parents 079a1b4 + ebf2f82 commit 7d65534

File tree

82 files changed

+2157
-933
lines changed

Some content is hidden

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

82 files changed

+2157
-933
lines changed

.github/workflows/docker-image.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ composer coding-standards-check
177177
```sh
178178
docker run --volume ${PWD}:/app --workdir /app node:16.13.2 yarn install
179179
docker run --volume ${PWD}:/app --workdir /app node:16.13.2 yarn encore dev
180-
```
180+
```

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"drupal/paragraphs": "^1.12",
6969
"drupal/paragraphs_edit": "^2.0@alpha",
7070
"drupal/pathauto": "^1.8",
71+
"drupal/redirect": "^1.8",
7172
"drupal/samlauth": "~3.2.0",
7273
"drupal/search_api": "^1.19",
7374
"drupal/search_api_autocomplete": "^1.4",
@@ -79,6 +80,7 @@
7980
"drupal/token": "^1.9",
8081
"drupal/token_filter": "^1.2",
8182
"drupal/twig_tweak": "^3.0",
83+
"drupal/view_unpublished": "^1.0",
8284
"drupal/views_autosubmit": "^1.4",
8385
"drupal/views_data_export": "^1.0",
8486
"drupal/views_flag_refresh": "dev-2929394-drupal-8-port",

composer.lock

Lines changed: 112 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/sync/block.block.os2loop_search_db_search_form.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ plugin: 'views_exposed_filter_block:os2loop_search_db-page_search_form'
1919
settings:
2020
id: 'views_exposed_filter_block:os2loop_search_db-page_search_form'
2121
label: ''
22-
provider: views
2322
label_display: '0'
23+
provider: views
2424
views_label: ''
2525
visibility:
2626
node_type:
2727
id: node_type
28+
negate: false
29+
context_mapping:
30+
node: '@node.node_route_context:node'
2831
bundles:
2932
os2loop_documents_collection: os2loop_documents_collection
3033
os2loop_documents_document: os2loop_documents_document
3134
os2loop_external: os2loop_external
3235
os2loop_post: os2loop_post
3336
os2loop_question: os2loop_question
34-
negate: false
35-
context_mapping:
36-
node: '@node.node_route_context:node'
3737
request_path:
3838
id: request_path
39-
pages: "# Show only on node view page (works with \"Hide for the listed pages\" and selected content types)\r\n/node/*"
4039
negate: true
40+
pages: "# Show only on node view page (works with \"Hide for the listed pages\" and selected content types)\r\n/node/*"

config/sync/block.block.os2loop_theme_page_title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ plugin: page_title_block
1717
settings:
1818
id: page_title_block
1919
label: 'Page title'
20-
provider: core
2120
label_display: '0'
21+
provider: core
2222
visibility:
2323
request_path:
2424
id: request_path
25-
pages: "/node/add/*\r\n/user/*\r\n/contacts"
2625
negate: false
26+
pages: "/node/add/*\r\n/user/*\r\n/contacts"

config/sync/block.block.os2loop_theme_primary_local_tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ settings:
2424
visibility:
2525
user_role:
2626
id: user_role
27-
roles:
28-
os2loop_user_administrator: os2loop_user_administrator
2927
negate: false
3028
context_mapping:
3129
user: '@user.current_user_context:current_user'
30+
roles:
31+
os2loop_user_administrator: os2loop_user_administrator

config/sync/core.entity_form_display.comment.os2loop_post_comment.default.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@ content:
2828
settings: { }
2929
third_party_settings: { }
3030
os2loop_post_comment:
31+
type: text_textarea
3132
weight: 1
33+
region: content
3234
settings:
3335
rows: 5
3436
placeholder: ''
3537
third_party_settings: { }
36-
type: text_textarea
37-
region: content
3838
os2loop_post_comment_media:
3939
type: inline_entity_form_simple
4040
weight: 3
4141
region: content
4242
settings:
4343
form_mode: inline_media_form
44+
override_labels: false
4445
label_singular: ''
4546
label_plural: ''
46-
revision: false
47-
override_labels: false
4847
collapsible: false
4948
collapsed: false
49+
revision: false
5050
third_party_settings: { }
5151
hidden:
5252
langcode: true

config/sync/core.entity_form_display.comment.os2loop_question_answer.default.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ content:
2828
settings: { }
2929
third_party_settings: { }
3030
os2loop_question_answer:
31+
type: text_textarea
3132
weight: 10
33+
region: content
3234
settings:
3335
rows: 5
3436
placeholder: ''
3537
third_party_settings: { }
36-
type: text_textarea
37-
region: content
3838
os2loop_question_answer_media:
3939
type: inline_entity_form_simple
4040
weight: 30
41+
region: content
4142
settings:
4243
form_mode: inline_media_form
44+
override_labels: false
4345
label_singular: ''
4446
label_plural: ''
45-
revision: false
46-
override_labels: false
4747
collapsible: false
4848
collapsed: false
49+
revision: false
4950
third_party_settings: { }
50-
region: content
5151
hidden:
5252
langcode: true
5353
subject: true

0 commit comments

Comments
 (0)