Initial Drupal 11 with DDEV setup
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
{#
|
||||
/**
|
||||
* @file
|
||||
* Default theme implementation for testing the mapping row style.
|
||||
*
|
||||
* Available variables:
|
||||
* - element: The view content.
|
||||
*
|
||||
* @see template_preprocess_views_view_mapping_test()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
{{ element }}
|
||||
Reference in New Issue
Block a user