alias d'url refs #2464
This commit is contained in:
parent
0e876fbf97
commit
34164911b4
|
@ -12,6 +12,7 @@ dependencies:
|
||||||
- field_group
|
- field_group
|
||||||
- file
|
- file
|
||||||
- link
|
- link
|
||||||
|
- path
|
||||||
- text
|
- text
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_group:
|
field_group:
|
||||||
|
@ -102,6 +103,12 @@ content:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 3
|
weight: 3
|
||||||
|
@ -120,7 +127,6 @@ content:
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
langcode: true
|
langcode: true
|
||||||
path: true
|
|
||||||
promote: true
|
promote: true
|
||||||
sticky: true
|
sticky: true
|
||||||
uid: true
|
uid: true
|
||||||
|
|
Loading…
Reference in New Issue