Skip to content
Snippets Groups Projects
Commit 6b88aa06 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2882198: Resolved merged conflicts.

parent 5f0f1f4c
No related branches found
No related tags found
No related merge requests found
default_challenge: captcha/Math
description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
administration_mode: false
allow_on_admin_pages: false
add_captcha_description: true
default_validation: 1
persistence: 2
enable_stats: true
log_wrong_responses: true
site_key: ''
secret_key: ''
widget:
theme: light
type: image
size: compact
tabindex: 0
noscript: false
...@@ -31,16 +31,16 @@ widgets: ...@@ -31,16 +31,16 @@ widgets:
weight: -10 weight: -10
label: Library label: Library
id: view id: view
6f017ab9-9cbd-43e3-8af6-9dc1e19c38c7: de21079a-e999-45ca-bd49-46f77bb9bb1d:
settings: settings:
form_mode: default
media_entity_bundle: image media_entity_bundle: image
upload_location: 'public://[date:custom:Y]-[date:custom:m]' upload_location: 'public://[date:custom:Y]-[date:custom:m]'
dropzone_description: 'Drop files here to upload them' dropzone_description: 'Drop image files here to upload them'
max_filesize: 32M max_filesize: 32M
extensions: 'jpg jpeg gif png' extensions: 'jpg jpeg gif png'
submit_text: 'Select media' submit_text: 'Select an image'
auto_select: false uuid: de21079a-e999-45ca-bd49-46f77bb9bb1d
uuid: 6f017ab9-9cbd-43e3-8af6-9dc1e19c38c7 weight: 3
weight: -9
label: Upload label: Upload
id: dropzonejs_media_entity id: dropzonejs_media_entity_inline_entity_form
...@@ -31,16 +31,16 @@ widgets: ...@@ -31,16 +31,16 @@ widgets:
weight: -10 weight: -10
label: Library label: Library
id: view id: view
f71e3128-5112-4b12-9593-e981f35ba988: 1ddfc2ef-3937-42ee-8ac8-0e79892b3127:
settings: settings:
form_mode: default
media_entity_bundle: image media_entity_bundle: image
upload_location: 'public://[date:custom:Y]-[date:custom:m]' upload_location: 'public://[date:custom:Y]-[date:custom:m]'
dropzone_description: 'Drop image files here to upload them' dropzone_description: 'Drop image files here to upload them'
max_filesize: 32M max_filesize: 32M
extensions: 'jpg jpeg gif png' extensions: 'jpg jpeg gif png'
submit_text: 'Select Image' submit_text: 'Select an image'
auto_select: false uuid: 1ddfc2ef-3937-42ee-8ac8-0e79892b3127
uuid: f71e3128-5112-4b12-9593-e981f35ba988 weight: 3
weight: -9
label: Upload label: Upload
id: dropzonejs_media_entity id: dropzonejs_media_entity_inline_entity_form
...@@ -25,22 +25,22 @@ widgets: ...@@ -25,22 +25,22 @@ widgets:
settings: settings:
view: browser view: browser
view_display: images_browser view_display: images_browser
submit_text: 'Select Images' submit_text: 'Select image(s)'
auto_select: false auto_select: false
uuid: c5fb0857-c353-41b5-a553-407d7b906e83 uuid: c5fb0857-c353-41b5-a553-407d7b906e83
weight: -10 weight: -10
label: Library label: Library
id: view id: view
77cdc7ee-5d61-4f75-9450-6713b641ad97: 5a10940f-c1dd-47bc-a4d4-76bc1a0a4c34:
settings: settings:
form_mode: default
media_entity_bundle: image media_entity_bundle: image
upload_location: 'public://[date:custom:Y]-[date:custom:m]' upload_location: 'public://[date:custom:Y]-[date:custom:m]'
dropzone_description: 'Drop image files here to upload them' dropzone_description: 'Drop image files here to upload them'
max_filesize: 32M max_filesize: 32M
extensions: 'jpg jpeg gif png' extensions: 'jpg jpeg gif png'
submit_text: 'Select entities' submit_text: 'Select image(s)'
auto_select: false uuid: 5a10940f-c1dd-47bc-a4d4-76bc1a0a4c34
uuid: 77cdc7ee-5d61-4f75-9450-6713b641ad97 weight: 3
weight: -9
label: Upload label: Upload
id: dropzonejs_media_entity id: dropzonejs_media_entity_inline_entity_form
...@@ -56,6 +56,12 @@ class ScriptHandler { ...@@ -56,6 +56,12 @@ class ScriptHandler {
// Alter development.services.yml to have Varbase's Local development services. // Alter development.services.yml to have Varbase's Local development services.
copy(getcwd() . '/src/assets/development.services.yml', $drupal_root . '/sites/development.services.yml'); copy(getcwd() . '/src/assets/development.services.yml', $drupal_root . '/sites/development.services.yml');
} }
// Copy ACE librarary into /modules/contrib/ace_editor/libraries.
if ($fs->exists($drupal_root . '/libraries/ace/src-min-noconflict/ace.js')) {
mkdir($drupal_root . '/modules/contrib/ace_editor/libraries', 0777, true);
rename($drupal_root . '/libraries/ace', $drupal_root . '/modules/contrib/ace_editor/libraries/ace');
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment