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

Updated [Varbase Core][8.x-4.x] feature : Have all [Varbase profile][8.x-4.x]...

Updated [Varbase Core][8.x-4.x] feature : Have all [Varbase profile][8.x-4.x] general config and added more modules for media entity, and betterd up the composer.json and the make file.
parent e4a37bd8
No related branches found
No related tags found
No related merge requests found
Showing
with 336 additions and 42 deletions
...@@ -29,33 +29,42 @@ ...@@ -29,33 +29,42 @@
}, },
"patches": { "patches": {
"drupal/ctools": { "drupal/ctools": {
"2747739 - Mega patch": "Issue #2747739 : [ctools] Create and host mega patches until the Panels ecosystem stabilizes and releases":
"https://www.drupal.org/files/issues/ctools--8.x-3.0-alpha26--1fe3649.patch", "https://www.drupal.org/files/issues/ctools--8.x-3.0-alpha26--1fe3649.patch",
"2672110 - EntityFieldDeriver naive about field info, throws PHP warnings": "Issue #2672110 : EntityFieldDeriver naive about field info, throws PHP warnings":
"https://www.drupal.org/files/issues/ctools_2672110_16.patch" "https://www.drupal.org/files/issues/ctools_2672110_16.patch"
}, },
"drupal/page_manager": { "drupal/page_manager": {
"2747739 - Mega Patch": "Issue #2747739 : [page_manager] Create and host mega patches until the Panels ecosystem stabilizes and releases":
"https://www.drupal.org/files/issues/page_manager--alpha23-09e79ff--2747739-3.patch" "https://www.drupal.org/files/issues/page_manager--alpha23-09e79ff--2747739-3.patch"
}, },
"drupal/panels": {
"Issue #2667754 : Allow other modules to disable the IPE based on custom logic":
"https://www.drupal.org/files/issues/2667754-3.patch",
"Bandaid tempstore patch":
"https://www.drupal.org/files/issues/bandaid.patch",
"Issue #2697587 : Wizard API integration":
"https://www.drupal.org/files/issues/2697587-42.patch"
},
"drupal/panelizer": { "drupal/panelizer": {
"2747739 - Mega Patch": "Issue #2747739 : [panelizer] Create and host mega patches until the Panels ecosystem stabilizes and releases":
"https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch", "https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch",
"2701349 - Generate new UUIDs for displays when switching from default to field storage": "Issue #2701349 : Generate new UUIDs for displays when switching from default to field storage":
"https://www.drupal.org/files/issues/2701349-2.patch", "https://www.drupal.org/files/issues/2701349-2.patch",
"2700597 - Explicitly set the Panels IPE URL root when saving in Panelizer": "Issue #2700597 : Explicitly set the Panels IPE URL root when saving in Panelizer":
"https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch", "https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch",
"2664682 - Implement admin UI for editing Panelizer defaults": "Issue #2664682 : Implement admin UI for editing Panelizer defaults":
"https://www.drupal.org/files/issues/2664682-45.patch" "https://www.drupal.org/files/issues/2664682-45.patch"
}, },
"drupal/panels": { "drupal/views_infinite_scroll": {
"2667754 - Allow other modules to disable the IPE based on custom logic": "Issue #2701881 : View No results area doesn't appear even view has no results":
"https://www.drupal.org/files/issues/2667754-3.patch", "https://www.drupal.org/files/issues/no-wrapper-empty-rows-2701881-2.patch"
"Bandaid tempstore patch": },
"https://www.drupal.org/files/issues/bandaid.patch", "drupal/entity_browser": {
"2697587 - Wizard API integration": "Issue #2738843 : The view widget should support radio buttons":
"https://www.drupal.org/files/issues/2697587-42.patch" "https://www.drupal.org/files/issues/2738843-7.patch"
}, },
"drush/drush": { "drush/drush": {
"Adding composer.json support to make-convert command": "Adding composer.json support to make-convert command":
"https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch" "https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch"
...@@ -86,9 +95,19 @@ ...@@ -86,9 +95,19 @@
"drupal/extlink": "8.1.0-alpha2", "drupal/extlink": "8.1.0-alpha2",
"drupal/linkit": "8.4.1", "drupal/linkit": "8.4.1",
"drupal/anchor_link": "8.1.0-alpha1", "drupal/anchor_link": "8.1.0-alpha1",
"drupal/varbase_editor": "8.4.x-dev",
"drupal/features": "8.3.0-beta6", "drupal/features": "8.3.0-beta6",
"drupal/views_infinite_scroll": "8.x-1.2",
"drupal/embed": "8.1.0-rc3",
"drupal/entity": "8.1.0-alpha3",
"drupal/entity_browser": "8.1.0-alpha6",
"drupal/entity_embed": "8.1.0",
"drupal/inline_entity_form": "8.1.0",
"drupal/media_entity": "8.1.0",
"drupal/media_entity_document": "8.x-1.0",
"drupal/media_entity_image": "8.x-1.1",
"drupal/video_embed_field": "8.x-1.2",
"drupal/bootstrap": "8.3.0-rc1", "drupal/bootstrap": "8.3.0-rc1",
"drupal/adminimal_theme": "8.1.1" "drupal/adminimal_theme": "8.1.1",
"drupal/varbase_editor": "8.4.x-dev"
} }
} }
\ No newline at end of file
...@@ -22,7 +22,9 @@ projects[ctools][subdir] = "contrib" ...@@ -22,7 +22,9 @@ projects[ctools][subdir] = "contrib"
projects[ctools][download][type] = git projects[ctools][download][type] = git
projects[ctools][download][url] = https://git.drupal.org/project/ctools projects[ctools][download][url] = https://git.drupal.org/project/ctools
projects[ctools][download][tag] = 8.x-3.0-alpha26 projects[ctools][download][tag] = 8.x-3.0-alpha26
;; Issue #2747739 : [ctools] Create and host mega patches until the Panels ecosystem stabilizes and releases
projects[ctools][patch][] = https://www.drupal.org/files/issues/ctools--8.x-3.0-alpha26--1fe3649.patch projects[ctools][patch][] = https://www.drupal.org/files/issues/ctools--8.x-3.0-alpha26--1fe3649.patch
;; Issue #2672110 : EntityFieldDeriver naive about field info, throws PHP warnings
projects[ctools][patch][] = https://www.drupal.org/files/issues/ctools_2672110_16.patch projects[ctools][patch][] = https://www.drupal.org/files/issues/ctools_2672110_16.patch
projects[token][type] = module projects[token][type] = module
...@@ -42,6 +44,7 @@ projects[page_manager][subdir] = "contrib" ...@@ -42,6 +44,7 @@ projects[page_manager][subdir] = "contrib"
projects[page_manager][download][type] = git projects[page_manager][download][type] = git
projects[page_manager][download][url] = https://git.drupal.org/project/page_manager projects[page_manager][download][url] = https://git.drupal.org/project/page_manager
projects[page_manager][download][tag] = 8.x-1.0-alpha23 projects[page_manager][download][tag] = 8.x-1.0-alpha23
;; Issue #2747739 : [page_manager] Create and host mega patches until the Panels ecosystem stabilizes and releases
projects[page_manager][patch][] = https://www.drupal.org/files/issues/page_manager--alpha23-09e79ff--2747739-3.patch projects[page_manager][patch][] = https://www.drupal.org/files/issues/page_manager--alpha23-09e79ff--2747739-3.patch
projects[panels][type] = module projects[panels][type] = module
...@@ -49,8 +52,11 @@ projects[panels][subdir] = "contrib" ...@@ -49,8 +52,11 @@ projects[panels][subdir] = "contrib"
projects[panels][download][type] = git projects[panels][download][type] = git
projects[panels][download][url] = https://git.drupal.org/project/panels projects[panels][download][url] = https://git.drupal.org/project/panels
projects[panels][download][tag] = 8.x-3.0-beta4 projects[panels][download][tag] = 8.x-3.0-beta4
;; Issue #2667754 : Allow other modules to disable the IPE based on custom logic
projects[panels][patch][] = https://www.drupal.org/files/issues/2667754-3.patch projects[panels][patch][] = https://www.drupal.org/files/issues/2667754-3.patch
;; Bandaid tempstore patch
projects[panels][patch][] = https://www.drupal.org/files/issues/bandaid.patch projects[panels][patch][] = https://www.drupal.org/files/issues/bandaid.patch
;; Issue #2697587 : Wizard API integration
projects[panels][patch][] = https://www.drupal.org/files/issues/2697587-42.patch projects[panels][patch][] = https://www.drupal.org/files/issues/2697587-42.patch
projects[panelizer][type] = module projects[panelizer][type] = module
...@@ -58,9 +64,13 @@ projects[panelizer][subdir] = "contrib" ...@@ -58,9 +64,13 @@ projects[panelizer][subdir] = "contrib"
projects[panelizer][download][type] = git projects[panelizer][download][type] = git
projects[panelizer][download][url] = https://git.drupal.org/project/panelizer projects[panelizer][download][url] = https://git.drupal.org/project/panelizer
projects[panelizer][download][tag] = 8.x-3.0-alpha2 projects[panelizer][download][tag] = 8.x-3.0-alpha2
;; Issue #2747739 : [panelizer] Create and host mega patches until the Panels ecosystem stabilizes and releases
projects[panelizer][patch][] = https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch projects[panelizer][patch][] = https://www.drupal.org/files/issues/panelizer--alpha2-1ddfa61--2747739-5.patch
;; Issue #2701349 : Generate new UUIDs for displays when switching from default to field storage
projects[panelizer][patch][] = https://www.drupal.org/files/issues/2701349-2.patch projects[panelizer][patch][] = https://www.drupal.org/files/issues/2701349-2.patch
;; Issue #2700597 : Explicitly set the Panels IPE URL root when saving in Panelizer
projects[panelizer][patch][] = https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch projects[panelizer][patch][] = https://www.drupal.org/files/issues/panelizer-ipe-url-root-handling.patch
;; Issue #2664682 : Implement admin UI for editing Panelizer defaults
projects[panelizer][patch][] = https://www.drupal.org/files/issues/2664682-45.patch projects[panelizer][patch][] = https://www.drupal.org/files/issues/2664682-45.patch
projects[layout_plugin][type] = module projects[layout_plugin][type] = module
...@@ -135,6 +145,69 @@ projects[anchor_link][download][type] = git ...@@ -135,6 +145,69 @@ projects[anchor_link][download][type] = git
projects[anchor_link][download][url] = https://git.drupal.org/project/anchor_link projects[anchor_link][download][url] = https://git.drupal.org/project/anchor_link
projects[anchor_link][download][tag] = 8.x-1.0-alpha1 projects[anchor_link][download][tag] = 8.x-1.0-alpha1
projects[views_infinite_scroll][type] = module
projects[views_infinite_scroll][download][type] = git
projects[views_infinite_scroll][download][url] = https://git.drupal.org/project/views_infinite_scroll
projects[views_infinite_scroll][download][tag] = 8.x-1.0
;; Issue #2701881 : View No results area doesn't appear even view has no results
projects[views_infinite_scroll][patch][] = https://www.drupal.org/files/issues/no-wrapper-empty-rows-2701881-2.patch
projects[embed][type] = module
projects[embed][subdir] = "contrib"
projects[embed][download][type] = git
projects[embed][download][url] = https://git.drupal.org/project/embed
projects[embed][download][tag] = 8.x-1.0-rc3
projects[entity][type] = module
projects[entity][subdir] = "contrib"
projects[entity][download][type] = git
projects[entity][download][url] = https://git.drupal.org/project/entity
projects[entity][download][tag] = 8.x-1.0-alpha3
projects[entity_browser][type] = module
projects[entity_browser][subdir] = "contrib"
projects[entity_browser][download][type] = git
projects[entity_browser][download][url] = https://git.drupal.org/project/entity_browser
projects[entity_browser][download][tag] = 8.x-1.0-alpha6
;; Issue #2738843 : The view widget should support radio buttons
projects[entity_browser][patch][] = https://www.drupal.org/files/issues/2738843-7.patch
projects[entity_embed][type] = module
projects[entity_embed][subdir] = "contrib"
projects[entity_embed][download][type] = git
projects[entity_embed][download][url] = https://git.drupal.org/project/entity_embed
projects[entity_embed][download][tag] = 8.x-1.0-alpha2
projects[inline_entity_form][type] = module
projects[inline_entity_form][subdir] = "contrib"
projects[inline_entity_form][download][type] = git
projects[inline_entity_form][download][url] = https://git.drupal.org/project/inline_entity_form
projects[inline_entity_form][download][tag] = 8.x-1.0-alpha6
projects[media_entity][type] = module
projects[media_entity][subdir] = "contrib"
projects[media_entity][download][type] = git
projects[media_entity][download][url] = https://git.drupal.org/project/media_entity
projects[media_entity][download][tag] = 8.x-1.2
projects[media_entity_document][type] = module
projects[media_entity_document][subdir] = "contrib"
projects[media_entity_document][download][type] = git
projects[media_entity_document][download][url] = https://git.drupal.org/project/media_entity_document
projects[media_entity_document][download][tag] = 8.x-1.0
projects[media_entity_image][type] = module
projects[media_entity_image][subdir] = "contrib"
projects[media_entity_image][download][type] = git
projects[media_entity_image][download][url] = https://git.drupal.org/project/media_entity_image
projects[media_entity_image][download][tag] = 8.x-1.1
projects[video_embed_field][type] = module
projects[video_embed_field][subdir] = "contrib"
projects[video_embed_field][download][type] = git
projects[video_embed_field][download][url] = https://git.drupal.org/project/video_embed_field
projects[video_embed_field][download][tag] = 8.x-1.2
;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
;; Development contrib modules ;; Development contrib modules
;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
...@@ -172,7 +245,7 @@ projects[adminimal_theme][download][branch] = "8.x-1.x" ...@@ -172,7 +245,7 @@ projects[adminimal_theme][download][branch] = "8.x-1.x"
;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
projects[varbase_editor][type] = "module" projects[varbase_editor][type] = "module"
projects[varbase_editor][version] = "8.x-4.x-dev"
projects[varbase_editor][subdir] = "varbase_features" projects[varbase_editor][subdir] = "varbase_features"
projects[varbase_editor][version] = "8.x-4.x-dev"
projects[varbase_editor][download][type] = "git" projects[varbase_editor][download][type] = "git"
projects[varbase_editor][download][branch] = "8.x-4.x" projects[varbase_editor][download][branch] = "8.x-4.x"
\ No newline at end of file
langcode: en langcode: en
status: true status: true
dependencies: { } dependencies: { }
id: administrator id: basic
label: Administrator label: 'Basic block'
weight: 5 revision: 0
is_admin: true description: 'A basic block contains a title and a body.'
permissions: { }
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
- field.field.block_content.basic.body
module:
- text
id: block_content.basic.default
targetEntityType: block_content
bundle: basic
mode: default
content:
body:
type: text_textarea_with_summary
weight: -4
settings:
rows: 9
summary_rows: 3
placeholder: ''
third_party_settings: { }
info:
type: string_textfield
weight: -5
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
langcode: en
status: true
dependencies:
config:
- field.field.user.user.user_picture
- image.style.thumbnail
module:
- image
- user
id: user.user.default
targetEntityType: user
bundle: user
mode: default
content:
account:
weight: -10
contact:
weight: 5
language:
weight: 0
timezone:
weight: 6
user_picture:
type: image_image
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
weight: -1
hidden: { }
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
- field.field.block_content.basic.body
module:
- text
id: block_content.basic.default
targetEntityType: block_content
bundle: basic
mode: default
content:
body:
label: hidden
type: text_default
weight: 0
settings: { }
third_party_settings: { }
hidden: { }
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.user.compact
- field.field.user.user.user_picture
- image.style.thumbnail
module:
- image
- user
id: user.user.compact
targetEntityType: user
bundle: user
mode: compact
content:
user_picture:
type: image
weight: 0
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
label: hidden
hidden:
member_for: true
langcode: en
status: true
dependencies:
config:
- field.field.user.user.user_picture
- image.style.thumbnail
module:
- image
- user
id: user.user.default
targetEntityType: user
bundle: user
mode: default
content:
member_for:
weight: 5
user_picture:
type: image
weight: 0
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
label: hidden
hidden: { }
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
- field.storage.block_content.body
module:
- text
id: block_content.basic.body
field_name: body
entity_type: block_content
bundle: basic
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: false
field_type: text_with_summary
langcode: en
status: true
dependencies: { }
id: content_admin
label: 'Content Admin'
weight: 3
is_admin: null
permissions: { }
langcode: en
status: true
dependencies: { }
id: editor
label: Editor
weight: 2
is_admin: null
permissions: { }
langcode: en
status: true
dependencies: { }
id: site_admin
label: 'Site Admin'
weight: 4
is_admin: null
permissions: { }
...@@ -3,14 +3,83 @@ description: 'Provides core components required by other features.' ...@@ -3,14 +3,83 @@ description: 'Provides core components required by other features.'
type: module type: module
core: 8.x core: 8.x
dependencies: dependencies:
# core
- automated_cron
- block - block
- block_content - block_content
- breakpoint
- ckeditor
- color
- config
- contextual
- datetime
- dynamic_page_cache
- editor
- filter
- entity_reference
- field - field
- field_ui
- file - file
- help
- history
- image - image
- menu_link_content - menu_link_content
- menu_ui
- node - node
- options
- page_cache
- path
- quickedit
- rdf
- responsive_image
- search
- shortcut
- syslog
- taxonomy - taxonomy
- telephone
- toolbar
- tour
- update
- views
- views_ui
- user - user
version: 8.x-1.0
# contrib modules
- config_update
- composer_manager
- ctools
- ctools_block
- ctools_views
- token
- pathauto
- page_manager
- page_manager_ui
- panels
- panelizer
- layout_plugin
- bootstrap_layouts
- ds
- ds_extras
- field_group
- smart_trim
- advanced_text_formatter
- block_class
- metatag
- google_analytics
- extlink
- features
- features_ui
- linkit
- anchor_link
- views_infinite_scroll
- embed
- entity_browser
- entity_embed
- inline_entity_form
- media_entity
- media_entity_document
- media_entity_image
- video_embed_media
version: 8.x-4.0
package: Varbase package: Varbase
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