-
Notifications
You must be signed in to change notification settings - Fork 32
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
Conversation
58cb8a6
to
c0b241a
Compare
@@ -0,0 +1,194 @@ | |||
<?php | |||
|
|||
declare(strict_types=1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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(); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
The base branch was changed.
OPENEUROPA-[Insert ticket number here]
Description
[Insert description here]
Change log
Commands