Skip to content
Snippets Groups Projects

Issue #3463761 by mohammad faqeh: Fix missing admin styling options for components by attaching library varbase_bootstrap_paragraphs/vbp-default-admin for content types which are using the field_lp_paragraphs field

Merged Issue #3463761 by mohammad faqeh: Fix missing admin styling options for components by attaching library varbase_bootstrap_paragraphs/vbp-default-admin for content types which are using the field_lp_paragraphs field
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -228,4 +228,9 @@ function varbase_bootstrap_paragraphs_form_alter(&$form, FormStateInterface $for
}
}
// If the field_lp_paragraphs will attached the library.
if (isset($form['field_lp_paragraphs'])) {
$form['#attached']['library'][] = 'varbase_bootstrap_paragraphs/vbp-default-admin';
}
}
Loading