Skip to content

Commit

Permalink
Merge branch 'SLB-451--conditional-content-block' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Aug 7, 2024
2 parents 99dac73 + 719d7ba commit 3ceaf3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/drupal/gutenberg_blocks/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
declare global {
const Drupal: { t: (s: string) => string };
const Drupal: {
behaviors: any;
t: (s: string) => string;
};

const drupalSettings: {
preview: any;
path: {
baseUrl: string;
pathPrefix: string;
Expand Down

0 comments on commit 3ceaf3f

Please sign in to comment.