Help module needs to be enabled to enable adminimal, otherwise you 'll get the following error:
exception 'Drupal\Core\Config\UnmetDependenciesException' with
message 'Configuration objects (block.block.adminimal_theme_help)
provided by adminimal_theme have unmet dependencies' in
PATH_TO_DRUPAL/core/lib/Drupal/Core/Config/UnmetDependenciesException.php:89
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | adminimal-theme-help-dependency-2629744-7.patch | 1.11 KB | smaz |
| #2 | adminimal_theme-help_dependency-8.x-1.x.patch | 269 bytes | brooksbrown |
Comments
Comment #2
brooksbrown commentedI also ran into this issue when trying to enable within the minimal install profile. I suggest moving the help module configuration file into the optional subdirectory. Patch attached.
Comment #3
brooksbrown commentedComment #4
yvesvanlaer commentedYou'll need to enable module "help" first to enable the theme.
Comment #5
morsokMoving the file to the optional directory worked for me (and it's the way it's supposed to be, the help block is not a requirement for the Adminimal theme).
However i'm not sure is the patch is correct, I had to do it manually since I was getting this error :
patch: **** Only garbage was found in the patch input.Comment #6
mattdanger commentedPatch from @brooksbrown worked for me. Marking as tested.
Comment #7
smazI had the same issue as #5, when trying to apply the patch:
I've moved the file to the optional folder & created a new patch by doing a git diff on two different branches.
Comment #8
smazComment #10
smazLooks like we're done :) Cheers!
Comment #11
ANDiTKO commentedThanks for the patch guys!
Its now committed it to the stable version 8.x-1.2