Issue #3483392 by jurgenhaas: Build privacy base recipe
2 open threads
Closes #3483392
Merge request reports
Activity
added 1 commit
- 526eaf88 - Move node type page and components from base recipe to drupal_cms_content_type_base
- Resolved by Jürgen Haas
added 1 commit
- de82b0de - Remove certain things from drupal_cms_content_type_base
added 1 commit
- 0d610c80 - Remove page content type, use restricted_html format
- Resolved by Jürgen Haas
55 55 $config = $this->config('system.performance'); 56 56 $this->assertTrue($config->get('css.preprocess')); 57 57 $this->assertTrue($config->get('js.preprocess')); 58 59 $this->drupalCreateContentType(['type' => 'page']); 60 58 } 61 59 62 60 public function testJsonLdBreadcrumbListExists(): void { 63 61 $this->drupalPlaceBlock('system_breadcrumb_block'); 64 62 65 $node = $this->drupalCreateNode(['type' => 'page']); 63 $node_type = $this->drupalCreateContentType()->id(); It doesn't technically need to, but this test shouldn't be using the
page
content type anyway. I changed this for clarity, to show that the stuff under test works for any content type, not justpage
.Edited by Adam G-Hchanged this line in version 17 of the diff
added 9 commits
-
2460cedb...4e40bcf3 - 8 commits from branch
project:0.x
- 3943f185 - Merge branch '0.x' into 3483392-privacy-base-recipe
-
2460cedb...4e40bcf3 - 8 commits from branch
added 1 commit
- fde8846a - Remove patch and undo test changes in other recipes
added 1 commit
- 739b8363 - Remove klaro apps as they are now available upstream in the module
added 1 commit
- 99c5b7fd - Change label of CMS app and bring in the footer menu block for the new theme
added 1 commit
- 1ac4558d - Add the footer block to the new olivero theme
- Resolved by Adam G-H
Please register or sign in to reply