Skip to content
Snippets Groups Projects
Commit ddf4323f authored by mohammad faqeh's avatar mohammad faqeh Committed by Rajab Natshah
Browse files

Issue #3463761 by mohammad faqeh: Fix missing admin styling options for...

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
parent a4e1765f
Branches
Tags
1 merge request!5Issue #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
......@@ -217,4 +217,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';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment