Generated ContactDetails Entity and added Person field.
This commit is contained in:
22
modules/zencrm_entities/templates/contact_details.html.twig
Normal file
22
modules/zencrm_entities/templates/contact_details.html.twig
Normal file
@ -0,0 +1,22 @@
|
||||
{#
|
||||
/**
|
||||
* @file contact_details.html.twig
|
||||
* Default theme implementation to present Contact Details data.
|
||||
*
|
||||
* This template is used when viewing Contact Details pages.
|
||||
*
|
||||
*
|
||||
* Available variables:
|
||||
* - content: A list of content items. Use 'content' to print all content, or
|
||||
* - attributes: HTML attributes for the container element.
|
||||
*
|
||||
* @see template_preprocess_contact_details()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<div{{ attributes.addClass('contact_details') }}>
|
||||
{% if content %}
|
||||
{{- content -}}
|
||||
{% endif %}
|
||||
</div>
|
Reference in New Issue
Block a user