Config author (required)
|
|
Config title (required)
|
|
Config date (required)
Format: yyyy/mm/dd
|
|
Config description
|
|
Config image banner
|
|
Config price module
|
|
Config tag
|
|
Config categories
|
|
Config draft
Name | Default | Type | Note |
---|---|---|---|
draft | false | boolean | Posts with the key draft = true will be hide. |
|
|
Config feature
|
|
Name | Default | Type | Note |
---|---|---|---|
feature | false | boolean | Posts with the key feature = true will be pushed to the top of the page. |
Config archives post
|
|
Name | Default | Type | Note |
---|---|---|---|
feature | false | boolean | Posts with the key archives = true will be hide from the main page and show it in archives page. |
Config showFooter
|
|
Name | Default | Type | Note |
---|---|---|---|
showFooter | true | boolean | Show footer post |
Config button
|
|
Name | Default | Type | Note |
---|---|---|---|
id | empty | string | Required . Must be a unique identifier for the button. This is used to differentiate between different buttons on the same page. |
href | empty | string | Either the destination URL for the button or JavaScript code to be executed on click. If this parameter is not set, the button will do nothing but is still displayed as clickable. |
style | empty | string | The style scheme used for the button. by severity: info , warning , danger , tip , download . by color: blue , green , grey , red , yellow , slate , emerald , sky , violet , rose . by special color: transparent |
iconPosition | left | string | Places the icon to the left or right of the title. |
icon | empty | string | apps , archives , arrow-back , article , … select icon in folder \themes\hugo-theme-stack\assets\icons |
iconSize | 1 | number | Changes the size of the icon. This parameter uses the CSS transform: scale() function to adjust the size. A value of 1 represents the original size, values less than 1 make the icon smaller, and values greater than 1 make the icon larger. |
color | default | string | This param is text color set by using hash string, for example: “#cccc” |
bgColor | default | string | This param is background color set by using hash string, for example: “#cccc” |
isDownload | false | boolean | Allow downloads file if link href is .pdf ,… |
isShowModalIframe | false | boolean | Params url is required, this param is showing modal with iframe of url . |
isShowModalAiChat | false | boolean | This param is showing modal aichat |
feature | false | boolean | This param is showing button in header |
showAiChat | false | boolean | This param is showing aichat in independent page. |
label | empty | string | Content of button |
Note: JSON must be written in the same row as above, not formatted