admin can change 'authored on' on materials and thematiques
This commit is contained in:
parent
b9579621a1
commit
e5f679ea0a
|
@ -167,6 +167,7 @@ third_party_settings:
|
||||||
- field_memo
|
- field_memo
|
||||||
- field_workflow
|
- field_workflow
|
||||||
- field_migration
|
- field_migration
|
||||||
|
- created
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 1
|
weight: 1
|
||||||
format_type: tab
|
format_type: tab
|
||||||
|
@ -193,6 +194,12 @@ content:
|
||||||
show_summary: false
|
show_summary: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
created:
|
||||||
|
type: datetime_timestamp
|
||||||
|
weight: 23
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_attachments:
|
field_attachments:
|
||||||
weight: 17
|
weight: 17
|
||||||
settings:
|
settings:
|
||||||
|
@ -354,7 +361,6 @@ content:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
|
||||||
field_index: true
|
field_index: true
|
||||||
field_localisation_old: true
|
field_localisation_old: true
|
||||||
promote: true
|
promote: true
|
||||||
|
|
|
@ -17,7 +17,6 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- field_group
|
- field_group
|
||||||
- image
|
- image
|
||||||
- path
|
|
||||||
- term_reference_tree
|
- term_reference_tree
|
||||||
- text
|
- text
|
||||||
- workflow
|
- workflow
|
||||||
|
@ -102,15 +101,9 @@ third_party_settings:
|
||||||
- langcode
|
- langcode
|
||||||
- field_workflow
|
- field_workflow
|
||||||
- field_memo
|
- field_memo
|
||||||
- uid
|
|
||||||
- status
|
|
||||||
- created
|
- created
|
||||||
- promote
|
|
||||||
- sticky
|
|
||||||
- path
|
|
||||||
- url_redirects
|
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 20
|
weight: 3
|
||||||
format_type: details_sidebar
|
format_type: details_sidebar
|
||||||
region: content
|
region: content
|
||||||
format_settings:
|
format_settings:
|
||||||
|
@ -226,33 +219,6 @@ content:
|
||||||
settings:
|
settings:
|
||||||
include_locked: false
|
include_locked: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
|
||||||
type: path
|
|
||||||
weight: 27
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
promote:
|
|
||||||
type: boolean_checkbox
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
weight: 25
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
weight: 21
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
sticky:
|
|
||||||
type: boolean_checkbox
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
weight: 26
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
title:
|
title:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
|
@ -262,23 +228,14 @@ content:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 10
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
uid:
|
hidden:
|
||||||
type: entity_reference_autocomplete
|
path: true
|
||||||
weight: 20
|
promote: true
|
||||||
settings:
|
status: true
|
||||||
match_operator: CONTAINS
|
sticky: true
|
||||||
size: 60
|
uid: true
|
||||||
placeholder: ''
|
url_redirects: true
|
||||||
match_limit: 10
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
url_redirects:
|
|
||||||
weight: 28
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
||||||
|
|
|
@ -4,14 +4,18 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- menu_ui
|
- menu_ui
|
||||||
|
- unique_content_field_validation
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
menu_ui:
|
menu_ui:
|
||||||
available_menus: { }
|
available_menus: { }
|
||||||
parent: ''
|
parent: ''
|
||||||
|
unique_content_field_validation:
|
||||||
|
unique: false
|
||||||
|
unique_text: ''
|
||||||
name: Materiau
|
name: Materiau
|
||||||
type: materiau
|
type: materiau
|
||||||
description: ''
|
description: ''
|
||||||
help: ''
|
help: ''
|
||||||
new_revision: false
|
new_revision: false
|
||||||
preview_mode: 0
|
preview_mode: 0
|
||||||
display_submitted: false
|
display_submitted: true
|
||||||
|
|
|
@ -29,6 +29,7 @@ permissions:
|
||||||
- 'administer commerce_order'
|
- 'administer commerce_order'
|
||||||
- 'administer commerce_payment'
|
- 'administer commerce_payment'
|
||||||
- 'administer newsletters'
|
- 'administer newsletters'
|
||||||
|
- 'administer nodes'
|
||||||
- 'administer productions menu items'
|
- 'administer productions menu items'
|
||||||
- 'administer simplenews subscriptions'
|
- 'administer simplenews subscriptions'
|
||||||
- 'administer synonyms'
|
- 'administer synonyms'
|
||||||
|
@ -77,6 +78,7 @@ permissions:
|
||||||
- 'create terms in thesaurus'
|
- 'create terms in thesaurus'
|
||||||
- 'create thematique content'
|
- 'create thematique content'
|
||||||
- 'create workflow workflow_transition'
|
- 'create workflow workflow_transition'
|
||||||
|
- 'delete all revisions'
|
||||||
- 'delete any autre_son content'
|
- 'delete any autre_son content'
|
||||||
- 'delete any enregistrement content'
|
- 'delete any enregistrement content'
|
||||||
- 'delete any evenement content'
|
- 'delete any evenement content'
|
||||||
|
@ -144,6 +146,7 @@ permissions:
|
||||||
- 'execute workflow_node_given_state_action node'
|
- 'execute workflow_node_given_state_action node'
|
||||||
- 'execute workflow_node_next_state_action node'
|
- 'execute workflow_node_next_state_action node'
|
||||||
- 'flag dossier other items'
|
- 'flag dossier other items'
|
||||||
|
- 'revert all revisions'
|
||||||
- 'revert any corpus_documents workflow_transition'
|
- 'revert any corpus_documents workflow_transition'
|
||||||
- 'revert any generique workflow_transition'
|
- 'revert any generique workflow_transition'
|
||||||
- 'revert any migration workflow_transition'
|
- 'revert any migration workflow_transition'
|
||||||
|
@ -194,6 +197,7 @@ permissions:
|
||||||
- 'use text format full_html'
|
- 'use text format full_html'
|
||||||
- 'use text format wysiwyg'
|
- 'use text format wysiwyg'
|
||||||
- 'view all login histories'
|
- 'view all login histories'
|
||||||
|
- 'view all revisions'
|
||||||
- 'view any commerce_license'
|
- 'view any commerce_license'
|
||||||
- 'view any commerce_subscription'
|
- 'view any commerce_subscription'
|
||||||
- 'view any contact_company profile'
|
- 'view any contact_company profile'
|
||||||
|
|
Loading…
Reference in New Issue