Create Creative License module
This commit is contained in:
parent
1f8e2d6be0
commit
e630d8397b
11 changed files with 545 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- taxonomy
|
||||
id: node.field_license
|
||||
field_name: field_license
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: taxonomy_term
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -0,0 +1,8 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: License
|
||||
vid: license
|
||||
description: ''
|
||||
hierarchy: 0
|
||||
weight: 0
|
Loading…
Add table
Add a link
Reference in a new issue