First we have to create view according to our requirement and then
create the custom view template file, suppose our view machine name is
'customer_story' and on 'block_1', so our template file name will
be 'views-view-fields--customer-story--block-1.html.twig'.
and we can render our views fields variables like..
{{ fields.title.content }} //for title field
{{ fields.field_machine_name.content }} //for any other field render.
{{ file_url(fields.field_landing_page_image.content) }} //for image field render
{{ fields.field_page_url.content }} //for link field render
you can get these variable name by 'custom text field' "Replacement pattern" settings.
Note: If have any suggestions or issue regarding 'Render view fields in custom view template in drupal 8' then you can ask by comments.
and we can render our views fields variables like..
{{ fields.title.content }} //for title field
{{ fields.field_machine_name.content }} //for any other field render.
{{ file_url(fields.field_landing_page_image.content) }} //for image field render
{{ fields.field_page_url.content }} //for link field render
you can get these variable name by 'custom text field' "Replacement pattern" settings.
Note: If have any suggestions or issue regarding 'Render view fields in custom view template in drupal 8' then you can ask by comments.
No comments:
Post a Comment