Skip to content

Commit

Permalink
Merge pull request #87 from esmero/ISSUE-86
Browse files Browse the repository at this point in the history
ISSUE-75/86/88: File Metadata for the Simple and pure of heart Digital Object. Drush Ingest and Event Subscriber
  • Loading branch information
DiegoPino authored Jul 6, 2020
2 parents 02ef7a2 + f9f313d commit 925fb58
Show file tree
Hide file tree
Showing 23 changed files with 1,864 additions and 193 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@
"drupal/search_api": "~1.14"
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10"
}
}
}
}
1 change: 1 addition & 0 deletions config/install/strawberryfield.general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
benchmark: TRUE
22 changes: 22 additions & 0 deletions config/schema/strawberryfield.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,25 @@ field.value.strawberryfield_field:
value:
type: string
label: 'Strawberryfield Metadata'

strawberryfield.filepersister_service_settings:
type: config_object
label: 'Archipelago IIIF Server configurations'
mapping:
extractmetadata:
type: boolean
label: 'Whether to run (TRUE) or to skip (FALSE) file identification directly on file persistence.'
exif_exec_path:
type: string
label: 'Exifinfo binary full executable path'
fido_exec_path:
type: string
label: 'FIDO binary full executable path'

strawberryfield.general:
type: config_object
label: General SBF Module settings
mapping:
benchmark:
type: boolean
label: Benchmark time and memory usage of Event Subscribers
5 changes: 5 additions & 0 deletions drush.services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
strawberryfield.commands:
class: Drupal\strawberryfield\Commands\JsonApiDrushCommands
tags:
- { name: drush.command }
Loading

0 comments on commit 925fb58

Please sign in to comment.