Add license taxonomy configuration
This commit is contained in:
parent
cbf270dc8c
commit
1ee97a93e0
1 changed files with 32 additions and 0 deletions
|
@ -0,0 +1,32 @@
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- taxonomy.vocabulary.license
|
||||||
|
module:
|
||||||
|
- ds
|
||||||
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
ds:
|
||||||
|
layout:
|
||||||
|
id: layout_onecol
|
||||||
|
library: layout_discovery/onecol
|
||||||
|
disable_css: false
|
||||||
|
entity_classes: all_classes
|
||||||
|
settings: { }
|
||||||
|
regions:
|
||||||
|
content:
|
||||||
|
- description
|
||||||
|
id: taxonomy_term.license.default
|
||||||
|
targetEntityType: taxonomy_term
|
||||||
|
bundle: license
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
description:
|
||||||
|
label: hidden
|
||||||
|
type: text_default
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
Loading…
Reference in a new issue