Enabling Rivet theme fails with unmet dependencies

Created on 10 November 2023, 8 months ago

Problem/Motivation

Drupal 10 site with core help and search modules disabled (on purpose).

$ drush then rivet

In UnmetDependenciesException.php line 100:

  Configuration objects provided by rivet have unmet dependencies: 
    block.block.rivet_help (help), 
    block.block.rivet_search_form_narrow (search)

Failed to execute command drush then rivet: exit status 1

Proposed resolution

Move blocks from help and search module providers to config/optional folder.

config_devel module supports the following structure in *.info.yml

config_devel:
  install:
    - block.block.thing_one.yml
  optional:
    - block.block.thing_two.yml
πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ͺπŸ‡¨Ecuador jwilson3

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

Comments & Activities

Production build 0.69.0 2024