Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flocondetoile/190dcff2257946497af5fc6ba52c61ea to your computer and use it in GitHub Desktop.
Save flocondetoile/190dcff2257946497af5fc6ba52c61ea to your computer and use it in GitHub Desktop.
/**
* Implements hook_theme().
*/
function uas_paragraphs_theme() {
return array(
'paragraph__paragraph_imagetext' => array(
'render element' => 'elements',
'base hook' => 'paragraph',
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment