Skip to content

Commit

Permalink
feat: yalb-959 fix code-sniff violation
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-johnson committed Jan 2, 2024
1 parent 9a00b32 commit 14a4a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function ys_core_form_alter(&$form, $form_state, $form_id) {
'tabs',
'quick_links',
'media_grid',
'gallery'
'gallery',
];
if (in_array($block->bundle(), $limited_block_types)) {
$form['#attached']['library'][] = 'ys_core/block_form';
Expand Down

0 comments on commit 14a4a69

Please sign in to comment.