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

Issue #2845837 by RajabNatshah: [8.4.x] Switched to single language varbase,...

Issue #2845837 by RajabNatshah: [8.4.x] Switched to single language varbase, and on install to have the option to select if the site is a Multi-language
parent 9e21f1ce
No related branches found
No related tags found
No related merge requests found
Showing
with 152 additions and 5 deletions
...@@ -88,6 +88,19 @@ before_script: ...@@ -88,6 +88,19 @@ before_script:
- drush runserver --default-server=builtin 8080 &>/dev/null & - drush runserver --default-server=builtin 8080 &>/dev/null &
- sleep 5 - sleep 5
# Install Varbase internationalization.
- drush -y en varbase_internationalization -vvv
# Install default Varbase components, which they will be installed
# when we install varbase.
- drush -y en varbase_core -vvv
- drush -y en varbase_admin -vvv
- drush -y en varbase_seo -vvv
- drush -y en varbase_editor -vvv
- drush -y en varbase_media -vvv
- drush -y en varbase_page -vvv
- drush -y en varbase_landing -vvv
# Install Varbase Development feature. # Install Varbase Development feature.
# Development Environment Modules and Features, make sure to disable this feature in production. # Development Environment Modules and Features, make sure to disable this feature in production.
- drush -y en varbase_development -vvv - drush -y en varbase_development -vvv
......
# Varbase: Drupal Bundled with Necessities # Varbase: Drupal Bundled with Necessities
[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-4.x)](https://travis-ci.org/Vardot/varbase) [![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-4.x)]
(https://travis-ci.org/Vardot/varbase)
Varbase is an enhanced Drupal distribution with a lot of necessities. Necessities are all the modules, features, configurations that we include in every project.
Varbase is an enhanced Drupal distribution with a lot of necessities.
Necessities are all the modules, features, configurations that we include
in every project.
...@@ -26,4 +26,11 @@ content: ...@@ -26,4 +26,11 @@ content:
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
langcode:
type: language_select
weight: 2
settings: { }
third_party_settings: { }
translation:
weight: 10
hidden: { } hidden: { }
...@@ -2,7 +2,6 @@ langcode: en ...@@ -2,7 +2,6 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- path
- user - user
id: user.user.default id: user.user.default
targetEntityType: user targetEntityType: user
......
...@@ -17,4 +17,5 @@ content: ...@@ -17,4 +17,5 @@ content:
weight: 0 weight: 0
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: { } hidden:
langcode: true
langcode: en
status: true
dependencies: { }
name: Varbase
machine_name: varbase
description: 'Custom bundle features in Varbase'
assignments:
base:
types:
config:
comment_type: comment_type
node_type: node_type
content:
user: user
enabled: true
weight: -18
core:
types:
config:
date_format: date_format
field_storage_config: field_storage_config
entity_form_mode: entity_form_mode
image_style: image_style
menu: menu
responsive_image_style: responsive_image_style
user_role: user_role
entity_view_mode: entity_view_mode
enabled: true
weight: -12
dependency:
enabled: true
weight: -16
exclude:
types:
config:
features_bundle: features_bundle
user_role: user_role
curated: true
module:
installed: true
profile: true
namespace: true
namespace_any: false
enabled: true
weight: -19
existing:
enabled: true
weight: -10
forward_dependency:
enabled: true
weight: -13
namespace:
enabled: true
weight: -17
optional:
types:
config:
language_content_settings: language_content_settings
configurable_language: configurable_language
enabled: true
weight: -14
packages:
enabled: true
weight: -20
profile:
curated: true
standard:
files: true
dependencies: true
types:
config:
system_simple: system_simple
action: action
base_field_override: base_field_override
block: block
language_content_settings: language_content_settings
node_type: node_type
block_content_type: block_content_type
date_format: date_format
embed_button: embed_button
entity_browser: entity_browser
entity_form_display: entity_form_display
entity_view_display: entity_view_display
features_bundle: features_bundle
field_config: field_config
field_storage_config: field_storage_config
entity_form_mode: entity_form_mode
image_style: image_style
configurable_language: configurable_language
linkit_profile: linkit_profile
media_bundle: media_bundle
menu: menu
metatag_defaults: metatag_defaults
page: page
page_variant: page_variant
pathauto_pattern: pathauto_pattern
rdf_mapping: rdf_mapping
responsive_image_style: responsive_image_style
user_role: user_role
search_page: search_page
shortcut_set: shortcut_set
taxonomy_vocabulary: taxonomy_vocabulary
editor: editor
filter_format: filter_format
tour: tour
view: view
entity_view_mode: entity_view_mode
xmlsitemap: xmlsitemap
enabled: true
weight: -15
site:
types:
config:
action: action
contact_form: contact_form
block_content_type: block_content_type
rdf_mapping: rdf_mapping
search_page: search_page
taxonomy_vocabulary: taxonomy_vocabulary
editor: editor
filter_format: filter_format
enabled: true
weight: -11
profile_name: varbase
is_profile: false
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