We’ve a discipline, field_text
, that we’re displaying on Drupal Development Company Primary Web page
content material sort. It must show with double quotes "
utilizing twig
template. We tried Drupal Development Company following beneath, however it’s displaying with out Drupal Development Company "
in Drupal Development Company starting and finish.
How can we show Drupal Development Company field_text
with double quotes ("
) in twig
?
What we tried:
node–page–full.html.twig
<script sort="utility/ld+json"> {# None of Drupal Development Company following labored #} "identify" : {{ content material.field_text.0 }} "identify" : {{ '"' ~ content material.field_text.0 ~ '"' }} "identify" : {{ '"' }} {{ content material.field_text.0 ~ '"' }} {{ '"' }} </script>