🥇

rtWork

  • Featured image of post

    Config post

    Config post

    CRM, CXM, CXM1, CXM2, CXM3, CXM4, CXM5, CXM6, CXM7

    Config author (required)

    1
    
    author = "RealTimeX"
    

    Config title (required)

    1
    
    title = "Config post"
    

    Config date (required)

    Format: yyyy/mm/dd

    1
    
    date = "2019-03-10"
    

    Config description

    1
    
    description = "Config post"
    

    Config image banner

    1
    
    image = "call-center.jpg"
    

    Config price module

    1
    
    price = "$5.5 /user /month"
    

    Config tag

    1
    2
    3
    4
    5
    
    tags = [
        "crm",
        "cxm",
        "app",
    ]
    

    Config categories

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    
    categories = [
        "CRM",
        "CXM",
        "CXM1",
        "CXM2",
        "CXM3",
        "CXM4",
        "CXM5",
        "CXM6",
        "CXM7",
    ]
    

    Config draft

    Parameter
    NameDefaultTypeNote
    draftfalsebooleanPosts with the key draft = true will be hide.
    1
    
    feature = false
    

    Config feature

    1
    
    feature = false
    
    Parameter
    NameDefaultTypeNote
    featurefalsebooleanPosts with the key feature = true will be pushed to the top of the page.

    Config archives post

    1
    
    archives = true
    
    Parameter
    NameDefaultTypeNote
    featurefalsebooleanPosts with the key archives = true will be hide from the main page and show it in archives page.

    Config showFooter

    1
    
    showFooter = true
    
    Parameter
    NameDefaultTypeNote
    showFootertruebooleanShow footer post

    Config button

    1
    2
    3
    4
    5
    
    buttons = [
        {icon = "download", iconPosition = "", color = "", label = "Button 1", href = "http://localhost:1313/pdf/1000cumtuthongdungnhat.pdf", style = "", feature = true, isDownload = "true"},
        {icon = "info", iconPosition = "", color = "", label = "Button 2", href = "#", style = "", feature = false},
        {icon = "warning", iconPosition = "right", color = "", label = "Button 3", href = "#", style = "warning"}
    ]
    
    Parameter
    NameDefaultTypeNote
    idemptystringRequired. Must be a unique identifier for the button. This is used to differentiate between different buttons on the same page.
    hrefemptystringEither 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.
    styleemptystringThe 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
    iconPositionleftstringPlaces the icon to the left or right of the title.
    iconemptystringapps, archives, arrow-back, article, … select icon in folder \themes\hugo-theme-stack\assets\icons
    iconSize1numberChanges 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.
    colordefaultstringThis param is text color set by using hash string, for example: “#cccc”
    bgColordefaultstringThis param is background color set by using hash string, for example: “#cccc”
    isDownloadfalsebooleanAllow downloads file if link href is .pdf,…
    isShowModalIframefalsebooleanParams url is required, this param is showing modal with iframe of url.
    isShowModalAiChatfalsebooleanThis param is showing modal aichat
    featurefalsebooleanThis param is showing button in header
    showAiChatfalsebooleanThis param is showing aichat in independent page.
    labelemptystringContent of button

    Note: JSON must be written in the same row as above, not formatted