In addition to the basic fields mentioned earlier, the article can also set advanced fields for more flexible customization

Advanced Fields

1

Name Type Description
atomName String article’s title
content String article’s content
language String language
categoryId Number the catelog to which the article belongs
tags JSON tag list of the article
keywords String SEO related
description String SEO related
slug String for semantic URL
allowComment Boolean whether to enable article comments
sticky Boolean sticky article
sorting Number article sorting
flag String custom field to store the appropriate values as needed
extra JSON another custom field to store the appropriate values as needed

slug

A more user-friendly semantic URL link can be assigned to the article through slug

If slug is not set, uuid will be used to generate article link

sorting

In a blog type website, articles are generally sorted by date time

While in a documentation type website, articles can be sorted by sorting