Allow vlsuite demo /shuttle to be installed through recipes

Created on 29 November 2024, 3 months ago

Problem/Motivation

There are several errors found when a recipe install vlsuite_demo or vlsuite_shuttle:

  • There were validation errors in block_content.type.vlsuite_cta:
    - description: This value should not be blank.
  • Invoking hook_config_schema_info_alter() has added (block_content.type.*) schema definitions
  • Call to a member function getConfigDependencyName() on null in Drupal\Core\Entity\EntityDisplayBase->calculateDependencies()

Steps to reproduce

Install a recipe like this:


name: 'VlSuite'
description: "Recommended media modules"
type: 'DXPR'

install:
  - vlsuite_demo

config:
  import:
      vlsuite: '*'
      vlsuite_animations: '*'
      vlsuite_block: '*'
      vlsuite_block_attachments: '*'
      vlsuite_block_cta: '*'
      vlsuite_block_headings_menu: '*'
      vlsuite_block_icon: '*'
      vlsuite_block_image: '*'
      vlsuite_block_local_video: '*'
      vlsuite_block_remote_video: '*'
      vlsuite_block_text: '*'
      vlsuite_block_webform: '*'
      vlsuite_bundle_field: '*'
      vlsuite_collection: '*'
      vlsuite_collection_card: '*'
      vlsuite_collection_gallery: '*'
      vlsuite_collection_hero: '*'
      vlsuite_collection_stmt: '*'
      vlsuite_format: '*'
      vlsuite_icon_font: '*'
      vlsuite_layout: '*'
      vlsuite_layout_builder: '*'
      vlsuite_layout_tabs: '*'
      vlsuite_media: '*'
      vlsuite_media_document: '*'
      vlsuite_media_icon: '*'
      vlsuite_media_image: '*'
      vlsuite_media_local_video: '*'
      vlsuite_media_remote_video: '*'
      vlsuite_modal: '*'
      vlsuite_slider: '*'
      vlsuite_utility_classes: '*'

Proposed resolution

  • Alter block type configuration through schema.yaml
  • Add block type descriptions as null instead of empty string
Feature request
Status

Active

Version

2.2

Component

Code

Created by

🇪🇸Spain omarlopesino

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024