BIG BIG BIG update
V0 of first interface going to refactor JS
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
//dsm($vars);
|
||||
// dsm($vars);
|
||||
|
||||
$vars['theme_hook_suggestions'][] = 'field__' . $vars['element']['#view_mode'];
|
||||
$vars['theme_hook_suggestions'][] = 'field__' . $vars['element']['#field_type'] . '__' . $vars['element']['#view_mode'];
|
||||
$vars['theme_hook_suggestions'][] = 'field__' . $vars['element']['#field_name'] . '__' . $vars['element']['#view_mode'];
|
||||
|
||||
// dsm($vars['theme_hook_suggestions']);
|
||||
Reference in New Issue
Block a user