newsletter issues visible on front with right alias
This commit is contained in:
+3362
-7
File diff suppressed because one or more lines are too long
Binary file not shown.
+1
-1
File diff suppressed because one or more lines are too long
Binary file not shown.
+2
-2
File diff suppressed because one or more lines are too long
@@ -96,7 +96,9 @@ export let _v_sitebranding_block, _v_user_block, _v_header_menu,
|
||||
drupalDecoupled.route_name.indexOf('flagging_collection') !== -1 ||
|
||||
drupalDecoupled.route_name.indexOf('user') !== -1 ||
|
||||
drupalDecoupled.route_name.indexOf('entity.webform.canonical') !== -1 ||
|
||||
drupalDecoupled.route_name.indexOf('entity.webform.confirmation') !== -1) {
|
||||
drupalDecoupled.route_name.indexOf('entity.webform.confirmation') !== -1 ||
|
||||
(drupalDecoupled.route_name === 'entity.node.canonical' && drupalDecoupled.entity_bundle === 'simplenews_issue')
|
||||
) {
|
||||
console.debug('NO VUEJS')
|
||||
return true
|
||||
} else {
|
||||
|
||||
@@ -552,7 +552,8 @@ header[role="banner"]{
|
||||
padding:0.5em 1em;
|
||||
}
|
||||
body.path-blabla &,
|
||||
body.path-checkout & {
|
||||
body.path-checkout &,
|
||||
body.page-node-type-simplenews-issue & {
|
||||
color: #fff;
|
||||
background-color: $color-blabla;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user