{
    "general": [
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "regular",
            "box_bg": "bg-light",
            "label": "Logo dark",
            "name": "logo-dark",
            "description": "Allowed types (JPG,JPEG,PNG,SVG,WEBP)",
            "path": "images\/",
            "key": "logo_dark",
            "value": "themes\/basic\/images\/logo-dark.svg",
            "accept": ".jpg,.jpeg,.png,.svg,webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp"
            ]
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "regular",
            "box_bg": "bg-dark",
            "label": "Logo light",
            "name": "logo-light",
            "description": "Allowed types (JPG,JPEG,PNG,SVG,WEBP)",
            "path": "images\/",
            "key": "logo_light",
            "value": "themes\/basic\/images\/logo-light.svg",
            "accept": ".jpg,.jpeg,.png,.svg,webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp"
            ]
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "regular",
            "box_bg": "bg-light",
            "label": "Favicon",
            "name": "favicon",
            "description": "Allowed types (JPG,JPEG,PNG,ICO)",
            "path": "images\/",
            "key": "favicon",
            "value": "themes\/basic\/images\/favicon.png",
            "accept": ".jpg,.jpeg,.png,.ico",
            "rule": [
                "nullable",
                "mimes:png,jpg,jpeg,ico"
            ]
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "regular",
            "box_bg": "bg-light",
            "label": "Social Image",
            "description": "Allowed types (JPG,JPEG) size (600x316)",
            "path": "images\/",
            "key": "social_image",
            "value": "themes\/basic\/images\/W4RC7jV7vQyljAx_1702095108.jpg",
            "size": "600x316",
            "accept": ".jpg,.jpeg",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg"
            ]
        }
    ],
    "colors": [
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Primary Color",
            "key": "primary_color",
            "value": "#04cfd6",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Secondary Color",
            "key": "secondary_color",
            "value": "#11425a",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Background Color",
            "key": "background_color",
            "value": "#FFFFFF",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Borders Color",
            "key": "borders_color",
            "value": "#BFE8FC",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Text Primary Color",
            "key": "text_primary_color",
            "value": "#11425a",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Text Secondary Color",
            "key": "text_secondary_color",
            "value": "#99C3D9",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Elements Background Color",
            "key": "elements_background_color",
            "value": "#F7FCFF",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Folders Icon Color",
            "key": "folders_icon_color",
            "value": "#F49C12",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        },
        {
            "col": "col-lg-4",
            "field": "color",
            "label": "Files Icon Color",
            "key": "files_icon_color",
            "value": "#11425a",
            "required": true,
            "rule": [
                "required",
                "string",
                "regex:\/^#[A-Fa-f0-9]{6}$\/"
            ]
        }
    ],
    "actions": [
        {
            "col": "col-lg-4",
            "field": "toggle",
            "label": "Preloader",
            "key": "preloader",
            "value": 1,
            "on": "Enable",
            "off": "Disable",
            "required": false
        }
    ],
    "pages": [
        {
            "col": "col-lg-6",
            "field": "toggle",
            "label": "Header Section",
            "key": "header_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        }
    ],
    "home_page": [
        {
            "col": "col-lg-4",
            "field": "toggle",
            "label": "Header Section",
            "key": "header_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-4",
            "field": "toggle",
            "label": "Features Section",
            "key": "features_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-4",
            "field": "toggle",
            "label": "How it works Section",
            "key": "steps_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-4",
            "field": "toggle",
            "label": "FAQs Section",
            "key": "faqs_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-4",
            "field": "toggle",
            "label": "Blog Section",
            "key": "blog_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-4",
            "field": "toggle",
            "label": "Withdrawal Methods Section",
            "key": "withdrawal_methods_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "square-large",
            "box_bg": "bg-light",
            "label": "Header Background",
            "description": "Supported (JPEG, JPG, PNG, SVG, WEBP) Size 4000x2000px.",
            "path": "images\/home-page\/",
            "key": "header_background",
            "value": "themes\/basic\/images\/home-page\/TkwEVYFS5qD5giO_1702036280.png",
            "accept": ".jpg,.jpeg,.png,.svg,.webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp",
                "max:4096"
            ]
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "square-large",
            "box_bg": "bg-light",
            "label": "Header Image",
            "description": "Supported (JPEG, JPG, PNG, SVG, WEBP) Size 600x600px.",
            "path": "images\/home-page\/",
            "key": "header_image",
            "value": "themes\/basic\/images\/home-page\/OXABeuNargYJ0eF_1702047344.svg",
            "accept": ".jpg,.jpeg,.png,.svg,.webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp",
                "max:4096"
            ]
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "square-large",
            "box_bg": "bg-light",
            "label": "Section Background Image",
            "description": "Supported (JPEG, JPG, PNG, SVG, WEBP) Size 1926x1347px.",
            "path": "images\/home-page\/",
            "key": "section_background_image",
            "value": "themes\/basic\/images\/home-page\/section-bg-image.svg",
            "accept": ".jpg,.jpeg,.png,.svg,.webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp",
                "max:4096"
            ]
        }
    ],
    "payout_rates_page": [
        {
            "col": "col-lg-6",
            "field": "toggle",
            "label": "Features",
            "key": "features",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-6",
            "field": "toggle",
            "label": "Withdrawal Methods Section",
            "key": "withdrawal_methods_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        }
    ],
    "authentication": [
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "square-large",
            "box_bg": "bg-light",
            "label": "Sign in page image",
            "description": "Supported (JPEG, JPG, PNG, SVG, WEBP) Size 600x600px.",
            "path": "images\/authentication\/",
            "key": "signin_page_image",
            "value": "themes\/basic\/images\/authentication\/vkFRENvhLVn5VRf_1702399122.svg",
            "accept": ".jpg,.jpeg,.png,.svg,.webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp",
                "max:4096"
            ]
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "square-large",
            "box_bg": "bg-light",
            "label": "Sign up page image",
            "description": "Supported (JPEG, JPG, PNG, SVG, WEBP) Size 600x600px.",
            "path": "images\/authentication\/",
            "key": "signup_page_image",
            "value": "themes\/basic\/images\/authentication\/UZ340a037OnF0yK_1702399122.svg",
            "accept": ".jpg,.jpeg,.png,.svg,.webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp",
                "max:4096"
            ]
        },
        {
            "col": "col-lg-6",
            "field": "image",
            "box_type": "square-large",
            "box_bg": "bg-light",
            "label": "Reset password page image",
            "description": "Supported (JPEG, JPG, PNG, SVG, WEBP) Size 600x600px.",
            "path": "images\/authentication\/",
            "key": "reset_password_page_image",
            "value": "themes\/basic\/images\/authentication\/odhnfQ9jBTNU05c_1702399122.svg",
            "accept": ".jpg,.jpeg,.png,.svg,.webp",
            "rule": [
                "nullable",
                "mimes:jpg,jpeg,png,svg,webp",
                "max:4096"
            ]
        }
    ],
    "download_pages": [
        {
            "col": "col-lg-6",
            "field": "toggle",
            "label": "File about",
            "key": "file_about",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-6",
            "field": "toggle",
            "label": "Extra text Sections",
            "key": "extra_text_sections",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-12",
            "field": "ckeditor",
            "label": "Page 1 extra text ",
            "key": "page1_extra_text",
            "value": "<h3 style=\"text-align:center;\"><strong>This is the first-page extra text<\/strong><\/h3><p>&nbsp;<\/p><p><strong>What is Lorem Ipsum?<\/strong><\/p><p><strong>Lorem Ipsum<\/strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p><p><strong>Where does it come from?<\/strong><\/p><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.<\/p><p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.<\/p><p><strong>Why do we use it?<\/strong><\/p><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<\/p><p><strong>Where can I get some?<\/strong><\/p><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<\/p>",
            "rule": [
                "nullable",
                "string"
            ]
        },
        {
            "col": "col-12",
            "field": "ckeditor",
            "label": "Page 2 extra text ",
            "key": "page2_extra_text",
            "value": "<h3 style=\"text-align:center;\"><strong>This is the second-page extra text<\/strong><\/h3><p>&nbsp;<\/p><p><strong>What is Lorem Ipsum?<\/strong><\/p><p><strong>Lorem Ipsum<\/strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p><p><strong>Where does it come from?<\/strong><\/p><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.<\/p><p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.<\/p><p><strong>Why do we use it?<\/strong><\/p><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<\/p><p><strong>Where can I get some?<\/strong><\/p><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<\/p>",
            "rule": [
                "nullable",
                "string"
            ]
        },
        {
            "col": "col-12",
            "field": "ckeditor",
            "label": "Page 3 extra text ",
            "key": "page3_extra_text",
            "value": "<h3 style=\"text-align:center;\"><strong>This is the third-page extra text<\/strong><\/h3><p>&nbsp;<\/p><p><strong>What is Lorem Ipsum?<\/strong><\/p><p><strong>Lorem Ipsum<\/strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p><p><strong>Where does it come from?<\/strong><\/p><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.<\/p><p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.<\/p><p><strong>Why do we use it?<\/strong><\/p><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<\/p><p><strong>Where can I get some?<\/strong><\/p><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<\/p>",
            "rule": [
                "nullable",
                "string"
            ]
        }
    ],
    "folder_page": [
        {
            "col": "col-lg-6",
            "field": "toggle",
            "label": "Folder about",
            "key": "folder_about",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-lg-6",
            "field": "toggle",
            "label": "Extra text Section",
            "key": "extra_text_section",
            "value": 1,
            "on": "Show",
            "off": "Hide",
            "required": false
        },
        {
            "col": "col-12",
            "field": "ckeditor",
            "label": "Folder page extra text",
            "key": "folder_page_extra_text",
            "value": "<h3 style=\"text-align:center;\"><strong>This is the folder page extra text<\/strong><\/h3><p>&nbsp;<\/p><p><strong>What is Lorem Ipsum?<\/strong><\/p><p><strong>Lorem Ipsum<\/strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p><p><strong>Where does it come from?<\/strong><\/p><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.<\/p><p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.<\/p><p><strong>Why do we use it?<\/strong><\/p><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<\/p><p><strong>Where can I get some?<\/strong><\/p><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<\/p>",
            "rule": [
                "nullable",
                "string"
            ]
        }
    ],
    "extra_codes": [
        {
            "col": "col-12",
            "field": "textarea",
            "label": "Head Code",
            "key": "head_code",
            "value": null,
            "rows": 10,
            "required": false,
            "rule": [
                "nullable",
                "string"
            ]
        },
        {
            "col": "col-12",
            "field": "textarea",
            "label": "Footer Code",
            "key": "footer_code",
            "value": null,
            "rows": 10,
            "required": false,
            "rule": [
                "nullable",
                "string"
            ]
        }
    ]
}