Skip to content

Commit

Permalink
feat: yalb-959 add edit block content forms
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-johnson committed Jan 2, 2024
1 parent fc774b4 commit 9a00b32
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ function ys_core_form_alter(&$form, $form_state, $form_id) {
'block_content_quick_links_form',
'block_content_media_grid_form',
'block_content_gallery_form',
'block_content_tabs_edit_form',
'block_content_quick_links_edit_form',
'block_content_media_grid_edit_form',
'block_content_gallery_edit_form',
];

if (in_array($form_id, $block_content_forms)) {
Expand Down

0 comments on commit 9a00b32

Please sign in to comment.