# Articles

  • Language: Language of the article. required
  • Title: Title of the article. required
  • Slug: Slug of the article.
  • Description: Description of the article. required
  • Content: Content of the article. required
  • Image: Image of the article. required

# SEO Settings

  • Custom Meta Title: Used to change the title section in the meta tags. The following 3 lines will be affected.
<title>Custom Article Title</title>
<meta property="og:title" content="Custom Article Title" />
<meta name="twitter:title" content="Custom Article Title" />
  • Custom Meta Description: Used to change the description section in the meta tags. The following 3 lines will be affected.
<meta name="description" content="Custom Article Description" />
<meta property="og:description" content="Custom Article Description" />
<meta name="twitter:description" content="Custom Article Description" />