Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • project/varbase
  • issue/varbase-3087001
  • issue/varbase-3215888
  • issue/varbase-3245763
  • issue/varbase-3253354
  • issue/varbase-3256661
  • issue/varbase-3258740
  • issue/varbase-3259665
  • issue/varbase-3260809
  • issue/varbase-3263378
  • issue/varbase-3266504
  • issue/varbase-3269421
  • issue/varbase-3269809
  • issue/varbase-3270457
  • issue/varbase-3276911
  • issue/varbase-3277590
  • issue/varbase-3285082
  • issue/varbase-3292847
  • issue/varbase-3293400
  • issue/varbase-3293696
  • issue/varbase-3298632
  • issue/varbase-3301451
  • issue/varbase-3318323
  • issue/varbase-3318847
  • issue/varbase-3346247
  • issue/varbase-3391550
  • issue/varbase-3443948
  • issue/varbase-3471788
  • issue/varbase-3479338
  • issue/varbase-3484640
30 results
Show changes
Showing
with 146 additions and 646 deletions
api = 2
core = 8.x
includes[] = drupal-org-core.make
projects[varbase][type] = profile
projects[varbase][download][type] = git
projects[varbase][download][branch] = 8.x-4.x
......@@ -4,15 +4,16 @@
<property name="drush" value="${project.basedir}/bin/drush" />
<property name="composer" value="/usr/local/bin/composer" />
<property name="npm" value="/usr/local/bin/npm" />
<property name="phpqa" value="${project.basedir}/bin/phpqa"/>
<property name="rsync" value="/usr/bin/rsync" />
<property name="db.type" value="mysql" />
<property name="db.host" value="localhost" />
<property name="db.user" value="root" />
<property name="db.password" value="" />
<property name="db.database" value="test_varbase4c" />
<property name="db.database" value="test_varbase9000xxc" />
<property name="db.url" value="${db.type}://${db.user}:${db.password}@${db.host}/${db.database}" />
<property name="docroot" value="docroot" />
<property name="profile" value="${docroot}/profiles/varbase" />
<property name="profile" value="${docroot}/profiles/contrib/varbase" />
<property name="site" value="${docroot}/sites/default" />
<property name="version" value="HEAD" />
......@@ -32,6 +33,7 @@
<echo message="Found Drush: ${drush}" />
<echo message="Found Composer: ${composer}" />
<echo message="Found phpqa: ${phpqa}" />
<echo message="Found NPM: ${npm}" />
<echo message="Found rsync: ${rsync}" />
</target>
......@@ -49,7 +51,7 @@
<exec command="${npm} run install-libraries" passthru="true" />
<!-- rsync the profile, excluding developer flotsam. -->
<filesync destinationDir="${profile}" rsyncPath="${rsync}" sourceDir="." verbose="false" exclude=".idea,bin,build.xml,.git,.gitignore,${docroot},karma.conf.js,*.make,node_modules,.travis.yml,vendor" />
<filesync destinationDir="${profile}" rsyncPath="${rsync}" sourceDir="." verbose="false" exclude=".idea,bin,build.xml,.git,.gitignore,${docroot},karma.conf.js,*.make,node_modules,vendor" />
<!-- JS libraries and contrib modules were copied over by the file sync. -->
<delete dir="libraries" failonerror="true" quiet="true" />
......@@ -60,6 +62,14 @@
<filesync destinationDir="." rsyncPath="${rsync}" sourceDir="${profile}/" verbose="false" exclude="libraries,modules/contrib,behat.local.yml" />
</target>
<!-- Prepares the behat tests environment. -->
<target name="code-quality-check" depends="env">
<exec executable="${phpqa}" passthru="true">
<arg value="--analyzedDirs=./"/>
<arg value="--buildDir=./tests/code-quality"/>
</exec>
</target>
<!-- Prepares the docroot for installation via the UI. -->
<target name="preinstall" depends="uninstall">
<if>
......@@ -90,8 +100,13 @@
<!-- Install with drush site install -->
<target name="install-with-drush-site-install" depends="env">
<!-- Use passthru() when executing drush site-install so that we'll know if errors occur. -->
<exec command="${drush} site-install varbase --yes --site-name='Test Varbase4c' --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url=${db.url} varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider_media=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_development_tools.varbase_development=true" dir="${docroot}" passthru="true" />
<exec command="${drush} site-install varbase --yes --site-name='Test Varbase9000xxc' --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url=${db.url} varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_auth=true varbase_development_tools.varbase_development=true" dir="${docroot}" passthru="true" />
<exec command="${drush} en vbp_text_and_image --yes" dir="${docroot}" />
<exec command="${drush} en varbase_media_instagram --yes" dir="${docroot}" />
<exec command="${drush} en varbase_media_twitter --yes" dir="${docroot}" />
<exec command="${drush} en social_auth_facebook --yes" dir="${docroot}" />
<exec command="${drush} en social_auth_twitter --yes" dir="${docroot}" />
<exec command="${drush} en social_auth_linkedin --yes" dir="${docroot}" />
<exec command="${drush} config-set system.performance css.preprocess 0 --yes --format=boolean" dir="${docroot}" />
<exec command="${drush} config-set system.performance js.preprocess 0 --yes --format=boolean" dir="${docroot}" />
<exec command="${drush} config-set system.logging error_level all --yes" dir="${docroot}" />
......
{
"name": "vardot/varbase",
"description": "Varbase: The Ultimate Drupal 8 CMS Starter Kit (Bootstrap Ready) | by Vardot",
"description": "Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) | by Vardot",
"type": "drupal-profile",
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
......@@ -16,165 +16,95 @@
"issues": "http://drupal.org/project/issues/varbase",
"source": "http://cgit.drupalcode.org/varbase"
},
"repositories": [
{
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
],
},
"replace": {
"drupal/statistics": "*",
"jquery/fancytree": "*",
"fancytree/fancytree": "*",
"npm-asset/ckeditor5": "*",
"npm-asset/ckeditor5-dll-inline": "*",
"npm-asset/ckeditor5-core": "*",
"npm-asset/ckeditor5-engine":"*",
"npm-asset/ckeditor5-ui": "*",
"npm-asset/ckeditor5-utils": "*",
"npm-asset/ckeditor5-widget": "*",
"npm-asset/ckeditor--ckeditor5": "*",
"npm-asset/ckeditor--ckeditor5-dll-inline": "*",
"npm-asset/ckeditor--ckeditor5-core": "*",
"npm-asset/ckeditor--ckeditor5-engine":"*",
"npm-asset/ckeditor--ckeditor5-ui": "*",
"npm-asset/ckeditor--ckeditor5-utils": "*",
"npm-asset/ckeditor--ckeditor5-widget": "*",
"npm-asset/lodash-es": "*",
"npm-asset/lodash.debounce": "*",
"npm-asset/lodash.throttle": "*",
"npm-asset/nouislider": "*",
"npm-asset/rtseo.js": "*",
"bower-asset/jquery": "*",
"bower-asset/jquery-ui": "*"
},
"require": {
"php": ">=5.6",
"composer/installers": "1.4.0",
"cweagans/composer-patches": "1.6.2",
"drupal-composer/drupal-scaffold": "2.3.0",
"drupal/drupal-library-installer-plugin": "0.3",
"drupal/core": "8.3.7",
"drupal/config_update": "1.3",
"drupal/config_filter": "1.0",
"drupal/config_ignore": "2.0",
"drupal/ctools": "3.0",
"drupal/token": "1.0",
"drupal/page_manager": "4.0-beta2",
"drupal/panels": "4.2",
"drupal/panelizer": "4.0",
"drupal/bootstrap_layouts": "5.0-alpha1",
"drupal/ds": "3.1",
"drupal/views_bootstrap": "3.x-dev#b34caf9ede249c2a9c90ee5dfb8a9020f5048858",
"drupal/field_group": "1.0-rc6",
"drupal/smart_trim": "1.0",
"drupal/advanced_text_formatter": "1.0-beta3",
"drupal/block_class": "1.0-alpha1",
"drupal/menu_block": "1.4",
"drupal/extlink": "1.x-dev#8a773a6c5519ccb167e18cc39d68551b30b0e4b3",
"drupal/linkit": "4.3",
"drupal/image_resize_filter": "1.x-dev#c3f4b23b02005859092aaff746b9f21b794adc58",
"drupal/features": "3.5",
"drupal/views_infinite_scroll": "1.5",
"drupal/embed": "1.0",
"drupal/entity": "1.0-alpha4",
"drupal/entity_clone": "1.x-dev#9265e359bd31bda693dac9ad84ad52fe63531488",
"drupal/entity_browser": "1.1",
"drupal/dropzonejs": "1.0-alpha7",
"drupal/entity_embed": "1.0-beta2",
"drupal/inline_entity_form": "1.0-beta1",
"drupal/media_entity": "1.6",
"drupal/media_entity_document": "1.1",
"drupal/media_entity_image": "1.2",
"drupal/video_embed_field": "1.5",
"drupal/crop": "1.2",
"drupal/focal_point": "1.0-beta4",
"drupal/pathologic": "1.x-dev#e0473546e51cbeaa3acb34e3208a0c503ca85613",
"drupal/ckeditor_bidi": "2.0",
"drupal/ace_editor": "1.0",
"drupal/entityqueue": "1.x-dev#e17c172fe1bfdab2194b06b848cad92bc6824e49",
"drupal/entityqueue_form_widget": "1.0-beta1",
"drupal/imagemagick": "1.0-alpha6",
"drupal/imageapi_optimize": "2.0-alpha3",
"drupal/ultimate_cron": "2.0-alpha2",
"drupal/persistent_login": "1.0-alpha3",
"drupal/userprotect": "1.0",
"drupal/config_perms": "1.0",
"drupal/roleassign": "1.0-alpha2",
"drupal/admin_toolbar": "1.19",
"drupal/adminimal_admin_toolbar": "1.5",
"drupal/pathauto": "1.0",
"drupal/redirect": "1.0-beta1",
"drupal/metatag": "1.2",
"drupal/schema_metatag": "1.0-rc4",
"drupal/simple_sitemap": "2.9",
"drupal/google_analytics": "2.1",
"drupal/yoast_seo": "1.3",
"drupal/l10n_client": "1.x-dev#9bf8d597732870bdca301512c71b6e5d74d48db2",
"drupal/coffee": "1.0-beta2",
"drupal/responsive_preview": "1.0-alpha6",
"drupal/views_bulk_edit": "1.0-beta1",
"drupal/revision_log_default": "1.0",
"drupal/webform": "5.0-beta16",
"drupal/content_lock": "1.0-alpha4",
"drupal/node_edit_protection": "1.x-dev#902339c08222f838030c07aaea23bdc51ababebd",
"drupal/rabbit_hole": "1.0-beta3",
"drupal/fast_404": "1.0-alpha2",
"drupal/diff": "1.0-rc1",
"drupal/masquerade": "2.0-beta1",
"drupal/menu_admin_per_menu": "1.0-rc1",
"drupal/drd_agent": "3.3",
"drupal/libraries_ui": "1.0",
"drupal/devel": "1.0",
"drupal/bootstrap": "3.5",
"drupal/adminimal_theme": "1.3",
"drupal/blazy": "1.0-rc2",
"drupal/slick": "1.0",
"drupal/slick_views": "1.0-rc2",
"drupal/slick_media": "1.0",
"drupal/username_enumeration_prevention": "1.0-beta1",
"drupal/password_policy": "3.0-alpha3",
"drupal/seckit": "1.0-alpha2",
"drupal/security_review": "1.x-dev#35ebae445bb260e961e47c4c58efe7c50c228999",
"drupal/honeypot": "1.27",
"drupal/shield": "1.1",
"drupal/captcha": "1.0-beta1",
"drupal/recaptcha": "2.2",
"drupal/search_api": "1.4",
"drupal/mailsystem": "4.1",
"drupal/smtp": "1.0-beta3",
"drupal/maxlength": "1.0-beta1",
"drupal/menu_position": "1.x-dev#1e3a6778acc74a35174d297052ec44995d5e5137",
"drupal/mail_edit": "1.x-dev#bcd0041830d8581b36e6211f0c8eabd8caf9652b",
"drupal/taxonomy_access_fix": "2.1",
"drupal/better_exposed_filters": "3.0-alpha3",
"drupal/autocomplete_deluxe": "1.0-beta1",
"drupal/link_attributes": "1.1",
"drupal/paragraphs": "1.x-dev#e907f6d57c44e81d65e8c1e7247dccd0eae92258",
"drupal/paragraphs_previewer": "1.0",
"drupal/color_field": "2.0-rc2",
"drupal/entity_reference_revisions": "1.3",
"drupal/viewsreference": "1.0",
"drupal/libraries": "3.x-dev#061ead081c92a6209b09eaf23b4e3103f360946e",
"drupal/layout_plugin": "1.0-alpha23",
"drupal/xmlsitemap": "1.0-alpha2",
"drupal/masonry": "1.0-rc2",
"drupal/charts": "3.0-alpha5",
"drupal/google_analytics_reports": "3.x-dev#2b6bb8efbc7f61ce3c1225638075aa6037b8db44",
"drupal/login_destination": "1.x-dev#98892eb84eba6fe69d4fc48dc5b1fdaccb21c8a7",
"drupal/ckeditor_media_embed": "1.1",
"drupal/total_control": "2.x-dev#d5c4aea34daf4260a4948e1d0c2322ecfd2a973a",
"drupal/anchor_link": "1.5",
"drupal/entity_browser_enhanced": "1.0-beta5",
"drupal/vmi": "1.0-beta2",
"drupal/varbase_bootstrap_paragraphs": "4.0-alpha5",
"drupal/varbase_editor": "4.18",
"drupal/varbase_heroslider_media": "4.0-beta11",
"drupal/varbase_carousels": "4.0-beta3",
"drupal/varbase_total_control": "1.0-beta8",
"mkalkbrenner/php-htmldiff-advanced": "~0.0.8",
"vardot/dropzone": "4.3.0.1",
"vardot/blazy": "1.8.2.1",
"vardot/slick": "1.6.0.1",
"vardot/ace": "1.2.8.1"
"drupal/varbase_core": "10.0.x-dev",
"drupal/varbase_components": "2.0.x-dev",
"drupal/varbase_api": "10.0.x-dev",
"drupal/varbase_ai": "1.0.x-dev",
"drupal/varbase_media": "10.0.x-dev",
"drupal/varbase_editor": "10.0.x-dev",
"drupal/varbase_landing": "10.0.x-dev",
"drupal/varbase_layout_builder": "10.1.x-dev",
"drupal/varbase_bootstrap_paragraphs": "10.0.x-dev",
"drupal/varbase_heroslider": "1.0.x-dev",
"drupal/varbase_heroslider_media": "10.0.x-dev",
"drupal/varbase_carousels": "10.0.x-dev",
"drupal/varbase_blog": "10.0.x-dev",
"drupal/varbase_search": "10.0.x-dev",
"drupal/varbase_seo": "10.0.x-dev",
"drupal/varbase_auth": "10.0.x-dev",
"drupal/varbase_dashboards": "1.0.x-dev",
"drupal/varbase_email": "10.0.x-dev",
"drupal/varbase_workflow": "3.0.x-dev",
"drupal/varbase_demo": "1.0.x-dev",
"drupal/vartheme_bs5": "3.0.x-dev",
"drupal/vartheme_claro": "4.0.x-dev",
"bower-asset/jqueryui-touch-punch": "dev-master",
"npm-asset/dropzone": "~5",
"npm-asset/blazy": "~1",
"npm-asset/slick-carousel": "~1",
"npm-asset/ace-builds": "~1",
"npm-asset/swagger-ui-dist": "~3",
"npm-asset/northernco--ckeditor5-anchor-drupal": "^0.5.0",
"npm-asset/ckeditor--ckeditor5-media-embed": "*",
"npm-asset/jquery.fancytree": "~2"
},
"require-dev": {
"drush/drush": "^8.0.0",
"drupal/drupal-extension": "^3.2",
"drupal-composer/drupal-scaffold": "^2.0.0",
"jakoch/phantomjs-installer": "1.9.8",
"behat/behat": "^3.0",
"drupal/coder": "8.*",
"phing/phing": "^2.14",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-zombie-driver": "@stable",
"behat/mink-selenium2-driver": "~1.3",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"guzzlehttp/guzzle": "6.2.*@stable",
"symfony/css-selector": "~2.8",
"squizlabs/php_codesniffer": "2.*",
"behatch/contexts": "*",
"emuse/behat-html-formatter": "@stable"
"drupal/core-dev": "~10 || ~11",
"drush/drush": "~12 || ~13"
},
"config": {
"bin-dir": "bin/",
"secure-http": false
"secure-http": false,
"preferred-install": {
"drupal/core": "dist"
},
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"oomphinc/composer-installers-extender": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
}
},
"autoload": {
"psr-4": {
......@@ -182,142 +112,72 @@
}
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": ["Varbase\\composer\\ScriptHandler::checkComposerVersion"],
"pre-update-cmd": ["Varbase\\composer\\ScriptHandler::checkComposerVersion"],
"post-install-cmd": [
"Varbase\\composer\\ScriptHandler::createRequiredFiles",
"Varbase\\composer\\ScriptHandler::removeGitDirectories",
"@composer drupal-scaffold",
"./bin/phing push"
"Varbase\\composer\\ScriptHandler::removeGitDirectories"
],
"post-update-cmd": [
"Varbase\\composer\\ScriptHandler::createRequiredFiles",
"Varbase\\composer\\ScriptHandler::removeGitDirectories",
"./bin/phing push"
"Varbase\\composer\\ScriptHandler::removeGitDirectories"
],
"post-drupal-scaffold-cmd": ["Varbase\\composer\\ScriptHandler::postDrupalScaffoldProcedure"],
"create-new-vartheme": "scripts/create-new-vartheme.sh"
"post-drupal-scaffold-cmd": ["Varbase\\composer\\ScriptHandler::postDrupalScaffoldProcedure"]
},
"extra": {
"branch-alias": {
"dev-8.x-4.x": "8.4.x-dev"
"drupal-scaffold": {
"allowed-packages": [
"drupal/core",
"vardot/varbase"
],
"gitignore": true,
"locations": {
"web-root": "./docroot"
}
},
"installer-paths": {
"docroot/core": ["drupal/core"],
"docroot/profiles/{$name}": ["type:drupal-profile"],
"docroot/core": ["type:drupal-core"],
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
"docroot/libraries/{$name}": ["type:drupal-library"],
"docroot/libraries/slick": ["npm-asset/slick-carousel"],
"docroot/libraries/ace": ["npm-asset/ace-builds"],
"docroot/libraries/jquery-ui-touch-punch": ["bower-asset/jqueryui-touch-punch"],
"docroot/libraries/swagger-ui/dist": ["npm-asset/swagger-ui-dist"],
"docroot/libraries/ckeditor5-anchor-drupal": ["npm-asset/northernco--ckeditor5-anchor-drupal"],
"docroot/libraries/ckeditor5/plugins/media-embed": ["npm-asset/ckeditor--ckeditor5-media-embed"],
"docroot/libraries/fancytree": ["npm-asset/jquery.fancytree"],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"docroot/modules/custom/{$name}": ["type:drupal-custom-module"],
"docroot/themes/custom/{$name}": ["type:drupal-custom-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"drupal-libraries": {
"library-directory": "docroot/libraries",
"libraries": [
{"name": "dropzone","package": "vardot/dropzone"},
{"name": "blazy", "package": "vardot/blazy"},
{"name": "slick", "package": "vardot/slick"},
{"name": "ace", "package": "vardot/ace"}
{"name": "dropzone","package": "npm-asset/dropzone"},
{"name": "blazy", "package": "npm-asset/blazy"},
{"name": "slick", "package": "npm-asset/slick-carousel"},
{"name": "ace", "package": "npm-asset/ace-builds"},
{"name": "jquery-ui-touch-punch", "package": "bower-asset/jqueryui-touch-punch"},
{"name": "swagger-ui", "package": "npm-asset/swagger-ui-dist"},
{"name": "ckeditor5-anchor-drupal", "package": "npm-asset/northernco--ckeditor5-anchor-drupal"},
{"name": "ckeditor5-media-embed", "package": "npm-asset/ckeditor--ckeditor5-media-embed"},
{"name": "fancytree", "package": "npm-asset/jquery.fancytree"}
]
},
"enable-patching": true,
"patches": {
"drupal/core": {
"Issue #1356276: Allow profiles to provide a base_parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/1356276-360.patch",
"Issue #2720101 Label (Title) not set for Views block (exposed filters in Block)":
"https://www.drupal.org/files/issues/2720101-30.patch",
"Issue #2599228: Programmatically created translatable content type returns SQL error on content creation":
"https://www.drupal.org/files/issues/2599228-31.patch",
"Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal":
"https://www.drupal.org/files/issues/patch_empty_fix.patch"
},
"drupal/page_manager": {
"Issue #2624972: No configuration possible in UI for 301, 303, etc. HTTP responses":
"https://www.drupal.org/files/issues/page_manager-redirect_location-2624972-30.patch"
},
"drupal/coffee": {
"Issue #2815381: Coffee breaks whole page when using right to left (rtl) languages in drupal 8":
"https://www.drupal.org/files/issues/coffee-coffee_breaks_page_with_rtl-2815381-6.patch",
"Issue #2872093: Coffee css fixes in RTL":
"https://www.drupal.org/files/issues/2872093-10.patch"
},
"drupal/entity_browser": {
"Issue #2820132: Fixed getDisplay() on null Entity Browser reference":
"https://www.drupal.org/files/issues/2820132-19.patch",
"Issue #2902831: Entity browser views that do have use_ajax explicitly enabled are broken with 8.3.7":
"https://www.drupal.org/files/issues/entity_browser_views-2902831-5.patch"
},
"drupal/entityqueue": {
"Issue #2145441: Option to create Entityqueue tab on Entity pages.":
"https://www.drupal.org/files/issues/entityqueue-add_entityqueue_tab-2145441-22.patch"
},
"drupal/l10n_client": {
"Issue #2867460: Incompatible with this version of Drupal core 8.3.0":
"https://www.drupal.org/files/issues/2867460-2.patch",
"Issue #2872668: User error: 0 is an invalid render array key":
"https://www.drupal.org/files/issues/l10n_client-hook_toolbar-fix-2872668-3.patch"
},
"drupal/yoast_seo": {
"Issue #2877613: Add [ Text (plain, long) ] filed type [string_log] for yoast seo to use.":
"https://www.drupal.org/files/issues/2877613-2_0.patch"
},
"drupal/paragraphs": {
"Issue #2461695: Support translatable paragraph entity reference revision field":
"https://www.drupal.org/files/issues/meta_support-2461695-206.patch",
"Issue #2868155: Add new hooks to allow easier editing of paragraph forms":
"https://www.drupal.org/files/issues/2868155-8.patch",
"Issue #2877927: Show add widget between paragraphs on hover":
"https://www.drupal.org/files/issues/show_add_widget-2877927-25.patch"
},
"drupal/adminimal_theme": {
"Issue #2696393: Checkboxes with .error class are not usable":
"https://www.drupal.org/files/issues/adminimal-checkboxes_with_error-2696393-3.patch"
},
"drupal/menu_position": {
"Issue #2883131: Call to undefined method when creating a rule":
"https://www.drupal.org/files/issues/2883131-19-menu_position_save_new_rules_and_config.patch"
},
"drupal/google_analytics_reports": {
"Issue #2850463: Error when saving either google_analytics_reports view":
"https://www.drupal.org/files/issues/error_when_saving-2850463-2.patch",
"Issue #2860399: Warning: htmlspecialchars() expects parameter 1 to be string":
"https://www.drupal.org/files/issues/Fix_message-2860399-5.patch"
},
"drupal/responsive_preview": {
"Issue #2899640: Responsive Preview shows 'Page not found' when multilingual site is enabled with Path-prefix setting":
"https://www.drupal.org/files/issues/responsive_preview_with_path_prefix-2899640-2_0.patch"
},
"drupal/ckeditor_media_embed": {
"Issue #2900313: Add ability to embed tweets and other rich content in WYSIWYG":
"https://www.drupal.org/files/issues/embed_rich_content_in_WYSIWYG-2900313-2.patch"
},
"drupal/config_perms": {
"Issue #2877329: When [content_translation, config_translate] module is enabled, And enabled [Custom Permissions], Then we will get Route custom_perms_select_list_form does not exist":
"https://www.drupal.org/files/issues/config_perms-added_missing_edit_route-2877329-11.patch"
},
"drupal/username_enumeration_prevention": {
"Issue #2823440: Set $severity to OK at start of hook_requirements()":
"https://www.drupal.org/files/issues/username_enumeration_prevention_requirements_severity-2823440-1.patch"
},
"drupal/paragraphs_previewer": {
"Issue #2904917: Make paragraph previewer work with new UI/UX improvement patch":
"https://www.drupal.org/files/issues/2904917-2.patch"
},
"drupal/entity_clone": {
"Issue #2770687: Wrong redirection of page for entity clone module":
"https://www.drupal.org/files/issues/2770687_wrong_redirection_for_entity_9.patch",
"Issue #2800203: Event dispatcher for clone events":
"https://www.drupal.org/files/issues/entity_clone-event_dispatcher-2800203-5.patch",
"Issue #2706639: Support for cloning nodes that have another entities attached":
"https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.patch",
"Issue #2769823: Getting error after clicking on abort clone button":
"https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch"
},
"drupal/content_lock": {
"Issue #2907026: Fixed Warning: When we do not have content types yet in the system.":
"https://www.drupal.org/files/issues/2907026-7_0.patch"
}
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
}
}
}
}
\ No newline at end of file
interval: 10800
langcode: en
status: true
dependencies: { }
id: basic
label: 'Basic block'
revision: 1
description: 'A basic block contains a title and a body.'
ignored_config_entities:
- 'webform.webform.*'
- 'xmlsitemap.xmlsitemap.*'
\ No newline at end of file
verbose: 1
node: { }
block_content: { }
taxonomy_term: { }
content_lock_timeout_minutes: '30'
content_lock_timeout_on_edit: 1
content_lock_timeout: null
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
id: block_content.basic.changed
field_name: changed
entity_type: block_content
bundle: basic
label: Changed
description: 'The time that the custom block was last edited.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
id: block_content.basic.info
field_name: info
entity_type: block_content
bundle: basic
label: 'Block description'
description: 'A brief description of your block.'
required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
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: { }
langcode:
type: language_select
weight: 2
settings: { }
third_party_settings: { }
translation:
weight: 10
hidden: { }
langcode: en
status: true
dependencies:
module:
- user
id: user.user.default
targetEntityType: user
bundle: user
mode: default
content:
account:
weight: -10
contact:
weight: 5
google_analytics:
weight: 3
language:
weight: 0
path:
type: path
weight: 30
settings: { }
third_party_settings: { }
timezone:
weight: 6
user_picture:
type: image_image
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
weight: -1
hidden:
langcode: true
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: true
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.user.compact
module:
- user
id: user.user.compact
targetEntityType: user
bundle: user
mode: compact
content:
masquerade:
weight: 50
user_picture:
type: image
weight: 0
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
label: hidden
hidden:
langcode: true
member_for: true
langcode: en
status: true
dependencies:
module:
- user
id: user.user.default
targetEntityType: user
bundle: user
mode: default
content:
masquerade:
weight: 50
member_for:
weight: 5
user_picture:
type: image
weight: 0
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
label: hidden
hidden:
langcode: true
langcode: en
status: true
dependencies:
module:
- block
id: block.token
label: Token
targetEntityType: block
cache: true
langcode: en
status: true
dependencies:
module:
- block_content
id: block_content.token
label: Token
targetEntityType: block_content
cache: true
langcode: en
status: true
dependencies:
module:
- user
id: user.token
label: Token
targetEntityType: user
cache: 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
enabled: true
weight: -12
dependency:
enabled: true
weight: -16
exclude:
types:
config:
ultimate_cron_job: ultimate_cron_job
crop_type: crop_type
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: false
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: false
weight: -11
alter:
enabled: true
weight: 0
core: 1
uuid: 1
user_permissions: 0
profile_name: varbase
is_profile: false
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