Skip to content
Snippets Groups Projects
Commit 22d9f0e7 authored by Devin Carlson's avatar Devin Carlson
Browse files

Updated filter properties.

parent 429c6bb5
No related branches found
No related tags found
No related merge requests found
Pipeline #136117 passed with warnings
......@@ -10,11 +10,13 @@
*/
function entity_embed_filter_info() {
$filters['entity_embed'] = array(
'title' => t('Render embedded entities'),
'description' => t('Replaces embedded entity placeholders with the rendered entity.'),
'title' => t('Display embedded entities'),
'description' => t('Embeds entities using data attributes: data-entity-type, data-entity-id, and data-view-mode. Should usually run as the last filter, since it does not contain user input.'),
'type' => TYPE_TRANSFORM_REVERSIBLE,
'process callback' => '_entity_embed_render_placeholders',
'cache' => FALSE,
'tips callback' => '_entity_embed_render_placeholders_tips',
'weight' => 100,
);
return $filters;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment