added insert contrib module
This commit is contained in:
@@ -20,7 +20,9 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- field_group
|
||||
- filefield_sources
|
||||
- image
|
||||
- insert
|
||||
- paragraphs
|
||||
- text
|
||||
- video_embed_field
|
||||
@@ -181,9 +183,44 @@ content:
|
||||
field_images:
|
||||
weight: 5
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
progress_indicator: throbber
|
||||
third_party_settings:
|
||||
filefield_sources:
|
||||
filefield_sources:
|
||||
sources:
|
||||
upload: true
|
||||
remote: false
|
||||
clipboard: false
|
||||
reference: false
|
||||
attach: false
|
||||
source_reference:
|
||||
autocomplete: '0'
|
||||
search_all_fields: '0'
|
||||
source_attach:
|
||||
path: file_attach
|
||||
absolute: 0
|
||||
attach_mode: move
|
||||
insert:
|
||||
styles:
|
||||
large: large
|
||||
insert__auto: 0
|
||||
link: 0
|
||||
icon_link: 0
|
||||
image: 0
|
||||
audio: 0
|
||||
video: 0
|
||||
medium: 0
|
||||
thumbnail: 0
|
||||
linkit_result_thumbnail: 0
|
||||
wide: 0
|
||||
default: insert__auto
|
||||
auto_image_style: large
|
||||
link_image: image
|
||||
width: ''
|
||||
align: '1'
|
||||
caption: 0
|
||||
rotate: 0
|
||||
type: image_image
|
||||
region: content
|
||||
field_notes:
|
||||
|
||||
@@ -17,7 +17,9 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- field_group
|
||||
- filefield_sources
|
||||
- image
|
||||
- insert
|
||||
- paragraphs
|
||||
- text
|
||||
- video_embed_field
|
||||
@@ -158,9 +160,44 @@ content:
|
||||
field_images:
|
||||
weight: 125
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
progress_indicator: throbber
|
||||
third_party_settings:
|
||||
filefield_sources:
|
||||
filefield_sources:
|
||||
sources:
|
||||
upload: true
|
||||
remote: false
|
||||
clipboard: false
|
||||
reference: false
|
||||
attach: false
|
||||
source_reference:
|
||||
autocomplete: '0'
|
||||
search_all_fields: '0'
|
||||
source_attach:
|
||||
path: file_attach
|
||||
absolute: 0
|
||||
attach_mode: move
|
||||
insert:
|
||||
styles:
|
||||
large: large
|
||||
insert__auto: 0
|
||||
link: 0
|
||||
icon_link: 0
|
||||
image: 0
|
||||
audio: 0
|
||||
video: 0
|
||||
medium: 0
|
||||
thumbnail: 0
|
||||
linkit_result_thumbnail: 0
|
||||
wide: 0
|
||||
default: large
|
||||
auto_image_style: large
|
||||
link_image: image
|
||||
width: ''
|
||||
align: '1'
|
||||
caption: 0
|
||||
rotate: 0
|
||||
type: image_image
|
||||
region: content
|
||||
field_notes_prod:
|
||||
|
||||
@@ -56,6 +56,7 @@ module:
|
||||
honeypot: 0
|
||||
image: 0
|
||||
inline_entity_form: 0
|
||||
insert: 0
|
||||
jquery_ui: 0
|
||||
jquery_ui_button: 0
|
||||
jquery_ui_checkboxradio: 0
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
text_formats:
|
||||
- wysiwyg
|
||||
absolute: false
|
||||
file_field_images_enabled: false
|
||||
widgets:
|
||||
file:
|
||||
- file_generic
|
||||
image:
|
||||
- image_image
|
||||
css_classes:
|
||||
file:
|
||||
- insert
|
||||
image:
|
||||
- insert
|
||||
file_extensions:
|
||||
audio:
|
||||
- mp3
|
||||
video:
|
||||
- mp4
|
||||
_core:
|
||||
default_config_hash: n5mlpvT_JvAQDFdotgikrUvdzuhlUIjltA4S04wVZAY
|
||||
langcode: fr
|
||||
Reference in New Issue
Block a user