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