Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EWPP-2557: Add zebra striping support in CKEditor. #1169

Merged
merged 5 commits into from
Sep 30, 2022

Conversation

sergepavle
Copy link
Member

OPENEUROPA-[Insert ticket number here]

Description

[Insert description here]

Change log

  • Added:
  • Changed:
  • Deprecated:
  • Removed:
  • Fixed:
  • Security:

Commands

[Insert commands here]

@@ -0,0 +1,194 @@
<?php

declare(strict_types=1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
declare(strict_types=1);
declare(strict_types = 1);

// Enable and set OpenEuropa Theme as default.
$this->container->get('theme_installer')->install(['oe_theme', 'seven']);
$this->config('system.theme')->set('default', 'oe_theme')->save();
$this->config('system.theme')->set('admin', 'seven')->save();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need these lines of code? :

$this->config('system.theme')->set('admin', 'seven')->save();
$this->config('node.settings')->set('use_admin_theme', TRUE)->save();
$this->container->get('router.builder')->rebuild();

Test works well without them.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

yenyasinn
yenyasinn previously approved these changes Sep 26, 2022
nagyad
nagyad previously approved these changes Sep 27, 2022
@sergepavle sergepavle changed the base branch from 3.x to EPIC-EWPP-2556 September 30, 2022 13:43
@sergepavle sergepavle dismissed stale reviews from nagyad and yenyasinn September 30, 2022 13:43

The base branch was changed.

@sergepavle sergepavle merged commit 3a8c371 into EPIC-EWPP-2556 Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants