You are here

field_encrypt.info.yml in Field Encryption 3.0.x

Same filename and directory in other branches
  1. 8.2 field_encrypt.info.yml

File

field_encrypt.info.yml
View source
  1. name: Field Encrypt
  2. type: module
  3. description: Extends the Field API to allow encryption of fields.
  4. configure: 'field_encrypt.settings'
  5. core_version_requirement: ^8.7.7 || ^9
  6. package: Encryption
  7. php: 7.1
  8. dependencies:
  9. - encrypt:encrypt
  10. - drupal:field
  11. test_dependencies:
  12. - commerce:commerce