Skip to content

Commit

Permalink
feat(SLB-458): branded preview qr
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed Aug 14, 2024
1 parent 444c0aa commit 9fcc687
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"amazeelabs/silverback_gutenberg": "^2.4.8",
"amazeelabs/silverback_iframe": "^1.3.5",
"amazeelabs/silverback_iframe_theme": "^1.3.0",
"amazeelabs/silverback_preview_link": "^1.5",
"amazeelabs/silverback_preview_link": "^1.6",
"amazeelabs/silverback_publisher_monitor": "^2.3.2",
"amazeelabs/silverback_translations": "^1.0.4",
"composer/installers": "^2.2",
Expand Down
14 changes: 7 additions & 7 deletions apps/cms/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/drupal/gutenberg_blocks/src/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
class="components-external-link components-button share-preview use-ajax"
href="${drupalSettings.preview.previewTokenUrl}"
data-dialog-type="modal"
data-dialog-options="{"width":550,"height":800}"
data-dialog-options="{"width":550,"height":820}"
rel="external noreferrer noopener">
${Drupal.t('Share preview')}<span class="components-visually-hidden">${Drupal.t('(opens in a new tab)')}</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" class="components-external-link__icon css-6wogo1-StyledIcon etxm6pv0" role="img" aria-hidden="true" focusable="false">
Expand Down

0 comments on commit 9fcc687

Please sign in to comment.