-
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-3271: Theme Banner paragraph using the new ECL Banner component. #1267
Conversation
8d27256
to
d35c7ca
Compare
9d617e2
to
530177e
Compare
oe_theme.theme
Outdated
'name' => $media->getName(), | ||
]; | ||
$variables['image'] = ImageValueObject::fromArray($values); | ||
$thumbnail = $media->get('thumbnail')->first(); |
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.
Same as in the carousel, lets use the actual image, not the thumbnail
@@ -0,0 +1,7 @@ | |||
name: OpenEuropa Theme Paragraphs Banner |
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.
LEts enable the module in the runner file for clean installs
The base branch was changed.
No description provided.