Skip to content
Snippets Groups Projects
Commit c4d8b982 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Added success message to drowl_paragraphs_container2layout.

parent 0ef8d7f0
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ class ConvertAllForm extends FormBase {
*/
public function submitForm(array &$form, FormStateInterface $form_state) {
$this->paragraphsConverter->convertAllFromAllEntities();
$this->messenger->addStatus('Container paragraphs have been converted. Check the results carefully and remove the unwanted fields from Layout Paragraph Type afterwards.');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment