You are here

function template_preprocess_paragraphs_previewer_page in Paragraphs Previewer 7

Add messages to the page.

File

./paragraphs_previewer.module, line 314
Provides a rendered preview of a paragraphs item on an entity form..

Code

function template_preprocess_paragraphs_previewer_page(&$vars) {
  $vars['messages'] = theme('status_messages');
}