Skip to content

Commit

Permalink
Add title length
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Oct 24, 2023
1 parent 812f708 commit a159bf9
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"drupal/rest_oai_pmh": "^2.0@beta",
"drupal/search_api_solr": "^4.2.10",
"drupal/taxonomy_manager": "^2.0",
"drupal/title_length": "^2.0@RC",
"drupal/transliterate_filenames": "^2.0",
"drupal/twig_tweak": "^3.2",
"drupal/view_mode_switch": "^2.0",
Expand Down
60 changes: 59 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ module:
migrate_tools: 0
mysql: 0
node: 0
node_title_length: 0
openseadragon: 0
options: 0
page_cache: 0
Expand All @@ -115,6 +116,7 @@ module:
taxonomy: 0
taxonomy_manager: 0
text: 0
title_length: 0
token: 0
toolbar: 0
tour: 0
Expand Down
9 changes: 7 additions & 2 deletions config/sync/field.field.media.image.field_media_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ dependencies:
- field.storage.media.field_media_image
- media.type.image
module:
- filehash
- image
third_party_settings:
filehash:
dedupe: 0
dedupe_original: false
_core:
default_config_hash: idm-WOGrZKncw6SH8HGFJ6IzrgFpS0ifbdaK1x-81SA
id: media.image.field_media_image
Expand All @@ -23,7 +28,7 @@ settings:
handler: 'default:file'
handler_settings: { }
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'png gif jpg jpeg'
file_extensions: 'png gif jpg jpeg webp'
max_filesize: ''
max_resolution: ''
min_resolution: ''
Expand All @@ -32,7 +37,7 @@ settings:
title_field: false
title_field_required: false
default_image:
uuid: null
uuid: ''
alt: ''
title: ''
width: null
Expand Down
4 changes: 4 additions & 0 deletions config/sync/field.storage.media.field_media_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ langcode: en
status: true
dependencies:
module:
- field_permissions
- file
- image
- media
third_party_settings:
field_permissions:
permission_type: public
_core:
default_config_hash: NslRY6r63iEhkDXbs8n7v_iOBxPqaKhstX1Sb0HA7x0
id: media.field_media_image
Expand Down

0 comments on commit a159bf9

Please sign in to comment.