{% extends "@UVDeskCoreFramework//Templates//layout.html.twig" %} {% block title %} {{ 'Article'|trans }} {% endblock %} {% block pageContent %}
{{ 'Article'|trans }}
{{ 'Back'|trans }}
    {% for category in categories %}
  • {{category.name}}
  • {% endfor %}
{% if articleCategory %} {% for category in articleCategory %} {{ category.name }} {% endfor %} {% endif %}
{{ article.status == 1 ? 'Published'|trans : 'Draft'|trans }}
{{ article.stared == 1 ? 'Yes'|trans : 'No'|trans }}
  • {{ 'Type atleast 2 letters'|trans }}
{% if articleTags %} {% for tag in articleTags %} {{ tag.name }} {% endfor %} {% endif %}
{{ "Delete Article"|trans }}
  • {{ 'Article'|trans }}
  • {{ 'SEO'|trans }}
  • {{ 'Revisions'|trans }}
  • {{ 'Related Articles'|trans }}
{{'Slug is the url identity of this article. We will help you to create valid slug at time of typing.'|trans}}
{{"Title tags and meta descriptions are bits of HTML code in the header of a web page. They help search engines understand the content on a page. A page's title tag and meta description are usually shown whenever that page appears in search engine results"|trans}}
{{'comma "," separated'|trans}}
{{'Start typing few charactors and add set of relevant article from the list'|trans}}
{% endblock %} {% block footer %} {{ parent() }} {{ include("@UVDeskSupportCenter/Templates/tinyMCE.html.twig") }} {% endblock %}