Browse Source

Merge pull request #11 from roblib/remove-perms

Remove perms
pull/907/head
Alexander O'Neill 3 years ago committed by GitHub
parent
commit
791028e658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      composer.json
  2. 3
      config/install/field.storage.media.field_complete.yml
  3. 1
      islandora_fits.info.yml

5
composer.json

@ -5,7 +5,7 @@
"keywords": [
"Drupal"
],
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/islandora_fits",
"minimum-stability": "dev",
"support": {
@ -13,7 +13,6 @@
"source": "http://cgit.drupalcode.org/islandora_fits"
},
"require": {
"ext-SimpleXML": "*",
"drupal/field_permissions": "^1.1"
"ext-SimpleXML": "*"
}
}

3
config/install/field.storage.media.field_complete.yml

@ -7,9 +7,6 @@ dependencies:
enforced:
module:
- islandora_fits
third_party_settings:
field_permissions:
permission_type: public
id: media.field_complete
field_name: field_complete
entity_type: media

1
islandora_fits.info.yml

@ -6,4 +6,3 @@ core_version_requirement: ^8 || ^9
package: 'Islandora'
dependencies:
- islandora
- field_permissions

Loading…
Cancel
Save