started edlp_search module : displaying a draft of the form
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
uuid: b330b3dc-45a6-4563-b460-9c6955142e1b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- edlp_search
|
||||
theme:
|
||||
- edlptheme
|
||||
id: edlpsearchlinkblock
|
||||
theme: edlptheme
|
||||
region: footer_right
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: edlp_search_link_block
|
||||
settings:
|
||||
id: edlp_search_link_block
|
||||
label: 'Edlp search link block'
|
||||
provider: edlp_search
|
||||
label_display: '0'
|
||||
visibility: { }
|
||||
@@ -9,7 +9,7 @@ dependencies:
|
||||
id: studiolinkblock
|
||||
theme: edlptheme
|
||||
region: footer_right
|
||||
weight: 0
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: edlp_studio_link_block
|
||||
settings:
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies:
|
||||
id: userlogin
|
||||
theme: edlptheme
|
||||
region: footer_right
|
||||
weight: 0
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: user_login_block
|
||||
settings:
|
||||
|
||||
+15
-90
@@ -16,8 +16,6 @@ dependencies:
|
||||
- field.field.node.enregistrement.field_workflow
|
||||
- node.type.enregistrement
|
||||
module:
|
||||
- audiofield
|
||||
- options
|
||||
- text
|
||||
- user
|
||||
id: node.enregistrement.default
|
||||
@@ -25,109 +23,36 @@ targetEntityType: node
|
||||
bundle: enregistrement
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
label: above
|
||||
type: text_default
|
||||
weight: 101
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
content_moderation_control:
|
||||
weight: -20
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_collectionneurs:
|
||||
weight: 106
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_description:
|
||||
weight: 109
|
||||
label: above
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
field_entrees:
|
||||
weight: 103
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
region: content
|
||||
field_genres:
|
||||
weight: 104
|
||||
label: above
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_langues:
|
||||
weight: 105
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_locuteurs:
|
||||
weight: 107
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_son:
|
||||
weight: 108
|
||||
label: above
|
||||
settings:
|
||||
audio_player: default_mp3_player
|
||||
audio_player_jplayer_theme: none
|
||||
audio_player_wavesurfer_combine_files: false
|
||||
audio_player_wordpress_combine_files: false
|
||||
audio_player_wordpress_animation: true
|
||||
audio_player_soundmanager_theme: default
|
||||
audio_player_initial_volume: 8
|
||||
audio_player_autoplay: false
|
||||
download_link: false
|
||||
audio_player_lazyload: false
|
||||
download_button: false
|
||||
third_party_settings: { }
|
||||
type: audiofield_audioplayer
|
||||
region: content
|
||||
field_transcript_trad:
|
||||
weight: 112
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
field_transcript_vo:
|
||||
weight: 111
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 110
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
region: content
|
||||
settings: { }
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
chutier_actions: true
|
||||
field_collectionneurs: true
|
||||
field_genres: true
|
||||
field_langues: true
|
||||
field_locuteurs: true
|
||||
field_son: true
|
||||
field_transcript_trad: true
|
||||
field_transcript_vo: true
|
||||
field_workflow: true
|
||||
langcode: true
|
||||
links: true
|
||||
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
uuid: 07cdb5f0-25e5-443d-838b-0c681108f189
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.search_index
|
||||
- field.field.node.enregistrement.body
|
||||
- field.field.node.enregistrement.field_collectionneurs
|
||||
- field.field.node.enregistrement.field_description
|
||||
- field.field.node.enregistrement.field_entrees
|
||||
- field.field.node.enregistrement.field_genres
|
||||
- field.field.node.enregistrement.field_langues
|
||||
- field.field.node.enregistrement.field_locuteurs
|
||||
- field.field.node.enregistrement.field_son
|
||||
- field.field.node.enregistrement.field_transcript_trad
|
||||
- field.field.node.enregistrement.field_transcript_vo
|
||||
- field.field.node.enregistrement.field_workflow
|
||||
- node.type.enregistrement
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.enregistrement.search_index
|
||||
targetEntityType: node
|
||||
bundle: enregistrement
|
||||
mode: search_index
|
||||
content:
|
||||
content_moderation_control:
|
||||
weight: -20
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_description:
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
field_entrees:
|
||||
weight: 0
|
||||
label: hidden
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
chutier_actions: true
|
||||
field_collectionneurs: true
|
||||
field_genres: true
|
||||
field_langues: true
|
||||
field_locuteurs: true
|
||||
field_son: true
|
||||
field_transcript_trad: true
|
||||
field_transcript_vo: true
|
||||
field_workflow: true
|
||||
langcode: true
|
||||
links: true
|
||||
@@ -35,6 +35,7 @@ module:
|
||||
edlp_home: 0
|
||||
edlp_migrate: 0
|
||||
edlp_productions: 0
|
||||
edlp_search: 0
|
||||
edlp_studio: 0
|
||||
entity: 0
|
||||
entity_reference: 0
|
||||
@@ -67,6 +68,8 @@ module:
|
||||
profile: 0
|
||||
redis: 0
|
||||
responsive_image: 0
|
||||
search_api: 0
|
||||
search_api_db: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
text: 0
|
||||
|
||||
@@ -5,7 +5,7 @@ display:
|
||||
display_options:
|
||||
empty:
|
||||
area_text_custom:
|
||||
content: 'No front page content has been created yet.'
|
||||
content: 'No front page content has been created yet.<br/>Follow the <a target="_blank" href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> to start building your site.'
|
||||
title:
|
||||
title: 'Welcome to [site:name]'
|
||||
exposed_form:
|
||||
|
||||
@@ -0,0 +1,223 @@
|
||||
uuid: cf2ecdd8-6c34-445d-b67d-c73fe20fd65c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_description
|
||||
- field.storage.node.field_transcript_trad
|
||||
- field.storage.node.field_transcript_vo
|
||||
- field.storage.node.field_entrees
|
||||
- search_api.server.edlp_db
|
||||
module:
|
||||
- taxonomy
|
||||
- search_api
|
||||
- node
|
||||
id: collection
|
||||
name: Collection
|
||||
description: ''
|
||||
read_only: false
|
||||
field_settings:
|
||||
node_grants:
|
||||
label: 'Node access information'
|
||||
property_path: search_api_node_grants
|
||||
type: string
|
||||
indexed_locked: true
|
||||
type_locked: true
|
||||
hidden: true
|
||||
body:
|
||||
label: Article
|
||||
datasource_id: 'entity:node'
|
||||
property_path: body
|
||||
type: text
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
title:
|
||||
label: Title
|
||||
datasource_id: 'entity:node'
|
||||
property_path: title
|
||||
type: text
|
||||
boost: !!float 3
|
||||
field_description:
|
||||
label: Description
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_description
|
||||
type: text
|
||||
boost: !!float 2
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_description
|
||||
field_transcript_trad:
|
||||
label: 'Transcription (Traduction)'
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_transcript_trad
|
||||
type: text
|
||||
boost: 0.8
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_transcript_trad
|
||||
field_transcript_vo:
|
||||
label: 'Transcription (Version Originale)'
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_transcript_vo
|
||||
type: text
|
||||
boost: !!float 8
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_transcript_vo
|
||||
status:
|
||||
label: status
|
||||
datasource_id: 'entity:node'
|
||||
property_path: status
|
||||
type: boolean
|
||||
indexed_locked: true
|
||||
type_locked: true
|
||||
uid:
|
||||
label: uid
|
||||
datasource_id: 'entity:node'
|
||||
property_path: uid
|
||||
type: integer
|
||||
indexed_locked: true
|
||||
type_locked: true
|
||||
name:
|
||||
label: 'Entrée(s) » Taxonomy term » Name'
|
||||
datasource_id: 'entity:node'
|
||||
property_path: 'field_entrees:entity:name'
|
||||
type: text
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_entrees
|
||||
module:
|
||||
- taxonomy
|
||||
datasource_settings:
|
||||
'entity:node':
|
||||
bundles:
|
||||
default: false
|
||||
selected:
|
||||
- enregistrement
|
||||
languages:
|
||||
default: true
|
||||
selected: { }
|
||||
processor_settings:
|
||||
entity_status: { }
|
||||
rendered_item: { }
|
||||
tokenizer:
|
||||
all_fields: true
|
||||
fields:
|
||||
- body
|
||||
- title
|
||||
- field_description
|
||||
- field_transcript_trad
|
||||
- field_transcript_vo
|
||||
- name
|
||||
spaces: ''
|
||||
overlap_cjk: 1
|
||||
minimum_word_size: '3'
|
||||
weights:
|
||||
preprocess_index: -6
|
||||
preprocess_query: -6
|
||||
aggregated_field: { }
|
||||
add_url: { }
|
||||
html_filter:
|
||||
all_fields: false
|
||||
fields:
|
||||
- body
|
||||
- field_description
|
||||
- field_transcript_trad
|
||||
- field_transcript_vo
|
||||
title: true
|
||||
alt: true
|
||||
tags:
|
||||
h1: 5
|
||||
h2: 3
|
||||
h3: 2
|
||||
strong: 2
|
||||
b: 2
|
||||
em: 1
|
||||
u: 1
|
||||
weights:
|
||||
preprocess_index: -15
|
||||
preprocess_query: -15
|
||||
stopwords:
|
||||
all_fields: true
|
||||
fields:
|
||||
- body
|
||||
- title
|
||||
- field_description
|
||||
- field_transcript_trad
|
||||
- field_transcript_vo
|
||||
- name
|
||||
stopwords:
|
||||
- a
|
||||
- an
|
||||
- and
|
||||
- are
|
||||
- as
|
||||
- at
|
||||
- be
|
||||
- but
|
||||
- by
|
||||
- for
|
||||
- if
|
||||
- in
|
||||
- into
|
||||
- is
|
||||
- it
|
||||
- 'no'
|
||||
- not
|
||||
- of
|
||||
- 'on'
|
||||
- or
|
||||
- s
|
||||
- such
|
||||
- t
|
||||
- that
|
||||
- the
|
||||
- their
|
||||
- then
|
||||
- there
|
||||
- these
|
||||
- they
|
||||
- this
|
||||
- to
|
||||
- was
|
||||
- will
|
||||
- with
|
||||
weights:
|
||||
preprocess_index: -5
|
||||
preprocess_query: -2
|
||||
ignorecase:
|
||||
all_fields: true
|
||||
fields:
|
||||
- body
|
||||
- title
|
||||
- field_description
|
||||
- field_transcript_trad
|
||||
- field_transcript_vo
|
||||
- name
|
||||
weights:
|
||||
preprocess_index: -20
|
||||
preprocess_query: -20
|
||||
transliteration:
|
||||
all_fields: true
|
||||
fields:
|
||||
- body
|
||||
- title
|
||||
- field_description
|
||||
- field_transcript_trad
|
||||
- field_transcript_vo
|
||||
- name
|
||||
weights:
|
||||
preprocess_index: -20
|
||||
preprocess_query: -20
|
||||
content_access:
|
||||
weights:
|
||||
preprocess_query: -30
|
||||
tracker_settings:
|
||||
default:
|
||||
indexing_order: fifo
|
||||
options:
|
||||
index_directly: true
|
||||
cron_limit: 50
|
||||
server: edlp_db
|
||||
@@ -0,0 +1,17 @@
|
||||
uuid: 6358442e-ab23-47e0-8366-ebdb27b49d32
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- search_api_db
|
||||
id: edlp_db
|
||||
name: 'edlp DB'
|
||||
description: ''
|
||||
backend: search_api_db
|
||||
backend_config:
|
||||
database: 'default:default'
|
||||
min_chars: 3
|
||||
partial_matches: true
|
||||
autocomplete:
|
||||
suggest_suffix: true
|
||||
suggest_words: true
|
||||
@@ -0,0 +1,7 @@
|
||||
default_cron_limit: 50
|
||||
cron_worker_runtime: 15
|
||||
default_tracker: default
|
||||
tracking_page_size: 100
|
||||
_core:
|
||||
default_config_hash: n7m4vlCPoB3_1C7l13LKYsifmLur4QR71mOD7S_5hSE
|
||||
langcode: fr
|
||||
@@ -0,0 +1,4 @@
|
||||
autocomplete_max_occurrences: 0.9
|
||||
_core:
|
||||
default_config_hash: 1oDrVmUfNY3gp0cRBV5bSXj1OdMCinSoSCM5qeZdLNU
|
||||
langcode: fr
|
||||
@@ -15,3 +15,4 @@ permissions:
|
||||
- 'create corpus_documents workflow_transition'
|
||||
- 'create generique workflow_transition'
|
||||
- 'view published fil entities'
|
||||
- 'view search api pages'
|
||||
|
||||
@@ -28,3 +28,4 @@ permissions:
|
||||
- 'view own unpublished fil entities'
|
||||
- 'view published composition entities'
|
||||
- 'view published fil entities'
|
||||
- 'view search api pages'
|
||||
|
||||
@@ -45,6 +45,7 @@ permissions:
|
||||
- 'administer display modes'
|
||||
- 'administer domain aliases'
|
||||
- 'administer domains'
|
||||
- 'administer facets'
|
||||
- 'administer fil entities'
|
||||
- 'administer filters'
|
||||
- 'administer footer menu items'
|
||||
@@ -69,6 +70,8 @@ permissions:
|
||||
- 'administer profile form display'
|
||||
- 'administer profile types'
|
||||
- 'administer responsive images'
|
||||
- 'administer search_api'
|
||||
- 'administer search_api_page'
|
||||
- 'administer site configuration'
|
||||
- 'administer software updates'
|
||||
- 'administer studio'
|
||||
|
||||
@@ -946,7 +946,7 @@ display:
|
||||
path: admin/content/production
|
||||
menu:
|
||||
type: tab
|
||||
title: Production
|
||||
title: Content
|
||||
description: ''
|
||||
expanded: false
|
||||
parent: 'menu_link_content:8b5fed48-c008-4041-9bda-06f997582175'
|
||||
|
||||
Reference in New Issue
Block a user