set website link field in company external only

This commit is contained in:
Bachir Soussi Chiadmi 2021-02-24 14:59:35 +01:00
parent 8668974419
commit 256d4dbf1c
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,6 @@ translatable: false
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''
settings: settings:
link_type: 17 link_type: 16
title: 1 title: 1
field_type: link field_type: link

View File

@ -3,8 +3,12 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- field_permissions
- link - link
- taxonomy - taxonomy
third_party_settings:
field_permissions:
permission_type: public
id: taxonomy_term.field_website id: taxonomy_term.field_website
field_name: field_website field_name: field_website
entity_type: taxonomy_term entity_type: taxonomy_term