[
    {
        "key": "site_name",
        "value": "CMS Platform",
        "type": "string",
        "group_name": "general",
        "label": "Site Name",
        "description": "The name of your website",
        "options": null,
        "is_public": true,
        "sort_order": 10
    },
    {
        "key": "site_description",
        "value": "A powerful content management system",
        "type": "string",
        "group_name": "general",
        "label": "Site Description",
        "description": "Brief description used in frontend and metadata",
        "options": null,
        "is_public": true,
        "sort_order": 20
    },
    {
        "key": "site_keywords",
        "value": "cms, content management, laravel",
        "type": "string",
        "group_name": "general",
        "label": "Site Keywords",
        "description": "Comma-separated SEO keywords",
        "options": null,
        "is_public": true,
        "sort_order": 30
    },
    {
        "key": "contact_email",
        "value": "admin@cms.com",
        "type": "string",
        "group_name": "general",
        "label": "Contact Email",
        "description": "Main public contact email address",
        "options": null,
        "is_public": true,
        "sort_order": 40
    },
    {
        "key": "contact_phone",
        "value": "",
        "type": "string",
        "group_name": "general",
        "label": "Contact Phone",
        "description": "Main public contact phone number",
        "options": null,
        "is_public": true,
        "sort_order": 50
    },
    {
        "key": "contact_address",
        "value": "",
        "type": "string",
        "group_name": "general",
        "label": "Contact Address",
        "description": "Main public contact address",
        "options": null,
        "is_public": true,
        "sort_order": 60
    },
    {
        "key": "timezone",
        "value": "UTC",
        "type": "string",
        "group_name": "general",
        "label": "Timezone",
        "description": "Default timezone for dates and scheduling",
        "options": "[{\"value\":\"UTC\",\"label\":\"UTC\"},{\"value\":\"Africa\\\/Cairo\",\"label\":\"Africa\\\/Cairo\"},{\"value\":\"Africa\\\/Johannesburg\",\"label\":\"Africa\\\/Johannesburg\"},{\"value\":\"Africa\\\/Lagos\",\"label\":\"Africa\\\/Lagos\"},{\"value\":\"Africa\\\/Nairobi\",\"label\":\"Africa\\\/Nairobi\"},{\"value\":\"America\\\/New_York\",\"label\":\"America\\\/New York\"},{\"value\":\"America\\\/Chicago\",\"label\":\"America\\\/Chicago\"},{\"value\":\"America\\\/Denver\",\"label\":\"America\\\/Denver\"},{\"value\":\"America\\\/Los_Angeles\",\"label\":\"America\\\/Los Angeles\"},{\"value\":\"Europe\\\/London\",\"label\":\"Europe\\\/London\"},{\"value\":\"Europe\\\/Paris\",\"label\":\"Europe\\\/Paris\"},{\"value\":\"Europe\\\/Berlin\",\"label\":\"Europe\\\/Berlin\"},{\"value\":\"Asia\\\/Dubai\",\"label\":\"Asia\\\/Dubai\"},{\"value\":\"Asia\\\/Kolkata\",\"label\":\"Asia\\\/Kolkata\"},{\"value\":\"Asia\\\/Shanghai\",\"label\":\"Asia\\\/Shanghai\"},{\"value\":\"Asia\\\/Tokyo\",\"label\":\"Asia\\\/Tokyo\"},{\"value\":\"Australia\\\/Sydney\",\"label\":\"Australia\\\/Sydney\"},{\"value\":\"Pacific\\\/Auckland\",\"label\":\"Pacific\\\/Auckland\"}]",
        "is_public": false,
        "sort_order": 70
    },
    {
        "key": "maintenance_mode",
        "value": false,
        "type": "boolean",
        "group_name": "general",
        "label": "Maintenance Mode",
        "description": "Block public pages while keeping auth and admin reachable",
        "options": null,
        "is_public": false,
        "sort_order": 80
    },
    {
        "key": "default_language",
        "value": "en",
        "type": "string",
        "group_name": "general",
        "label": "Default Language",
        "description": "Default frontend language code",
        "options": null,
        "is_public": false,
        "sort_order": 90
    },
    {
        "key": "theme_primary_color",
        "value": "#3B82F6",
        "type": "string",
        "group_name": "appearance",
        "label": "Primary Color",
        "description": "Primary frontend theme color",
        "options": null,
        "is_public": true,
        "sort_order": 10
    },
    {
        "key": "theme_secondary_color",
        "value": "#6B7280",
        "type": "string",
        "group_name": "appearance",
        "label": "Secondary Color",
        "description": "Secondary frontend theme color",
        "options": null,
        "is_public": true,
        "sort_order": 20
    },
    {
        "key": "theme_layout",
        "value": "default",
        "type": "string",
        "group_name": "appearance",
        "label": "Theme Layout",
        "description": "Active frontend layout preset",
        "options": "[{\"value\":\"default\",\"label\":\"Default\"},{\"value\":\"corporate\",\"label\":\"Corporate\"},{\"value\":\"minimal\",\"label\":\"Minimal\"},{\"value\":\"dark\",\"label\":\"Dark\"}]",
        "is_public": true,
        "sort_order": 30
    },
    {
        "key": "primary_logo",
        "value": "",
        "type": "file",
        "group_name": "appearance",
        "label": "Primary Logo",
        "description": "Upload the main site logo used by the frontend",
        "options": null,
        "is_public": true,
        "sort_order": 40
    },
    {
        "key": "favicon",
        "value": "themes\/nosei\/images\/favicon.png",
        "type": "file",
        "group_name": "appearance",
        "label": "Favicon",
        "description": "Upload the browser favicon",
        "options": null,
        "is_public": true,
        "sort_order": 50
    },
    {
        "key": "custom_css",
        "value": "themes\/nosei\/css\/custom.css",
        "type": "file",
        "group_name": "appearance",
        "label": "Custom CSS File",
        "description": "Upload a CSS file to apply on the frontend",
        "options": null,
        "is_public": true,
        "sort_order": 60
    },
    {
        "key": "custom_js",
        "value": "themes\/nosei\/js\/appear.min.js",
        "type": "file",
        "group_name": "appearance",
        "label": "Custom JS File",
        "description": "Upload a JavaScript file to apply on the frontend",
        "options": null,
        "is_public": true,
        "sort_order": 70
    },
    {
        "key": "current_theme",
        "value": "nosei",
        "type": "string",
        "group_name": "appearance",
        "label": "Current Uploaded Theme",
        "description": "Currently active uploaded theme folder",
        "options": null,
        "is_public": false,
        "sort_order": 80
    },
    {
        "key": "theme_frontend_renderer",
        "value": "blade",
        "type": "string",
        "group_name": "appearance",
        "label": "Frontend Theme Renderer",
        "description": "Render active uploaded themes through Blade or React\/Inertia",
        "options": "[{\"value\":\"blade\",\"label\":\"Blade\"},{\"value\":\"react\",\"label\":\"React\"}]",
        "is_public": false,
        "sort_order": 90
    },
    {
        "key": "mail_mailer",
        "value": "smtp",
        "type": "string",
        "group_name": "email",
        "label": "Mailer",
        "description": "Mail transport used by the CMS",
        "options": "[{\"value\":\"smtp\",\"label\":\"Smtp\"},{\"value\":\"sendmail\",\"label\":\"Sendmail\"},{\"value\":\"log\",\"label\":\"Log\"},{\"value\":\"array\",\"label\":\"Array\"}]",
        "is_public": false,
        "sort_order": 10
    },
    {
        "key": "mail_host",
        "value": "",
        "type": "string",
        "group_name": "email",
        "label": "SMTP Host",
        "description": "SMTP server hostname",
        "options": null,
        "is_public": false,
        "sort_order": 20
    },
    {
        "key": "mail_port",
        "value": 587,
        "type": "number",
        "group_name": "email",
        "label": "SMTP Port",
        "description": "SMTP server port",
        "options": null,
        "is_public": false,
        "sort_order": 30
    },
    {
        "key": "mail_username",
        "value": "",
        "type": "string",
        "group_name": "email",
        "label": "SMTP Username",
        "description": "SMTP account username",
        "options": null,
        "is_public": false,
        "sort_order": 40
    },
    {
        "key": "mail_password",
        "value": "",
        "type": "string",
        "group_name": "email",
        "label": "SMTP Password",
        "description": "SMTP account password",
        "options": null,
        "is_public": false,
        "sort_order": 50
    },
    {
        "key": "mail_encryption",
        "value": "tls",
        "type": "string",
        "group_name": "email",
        "label": "SMTP Encryption",
        "description": "SMTP encryption mode",
        "options": "[{\"value\":\"tls\",\"label\":\"Tls\"},{\"value\":\"ssl\",\"label\":\"Ssl\"},{\"value\":\"none\",\"label\":\"None\"}]",
        "is_public": false,
        "sort_order": 60
    },
    {
        "key": "mail_from_address",
        "value": "admin@cms.com",
        "type": "string",
        "group_name": "email",
        "label": "From Address",
        "description": "Default sender email address",
        "options": null,
        "is_public": false,
        "sort_order": 70
    },
    {
        "key": "mail_from_name",
        "value": "CMS Platform",
        "type": "string",
        "group_name": "email",
        "label": "From Name",
        "description": "Default sender name",
        "options": null,
        "is_public": false,
        "sort_order": 80
    },
    {
        "key": "admin_email",
        "value": "admin@cms.com",
        "type": "string",
        "group_name": "email",
        "label": "Admin Notification Email",
        "description": "Fallback admin email for system notifications",
        "options": null,
        "is_public": false,
        "sort_order": 90
    },
    {
        "key": "items_per_page",
        "value": 12,
        "type": "number",
        "group_name": "content",
        "label": "Items Per Page",
        "description": "Default frontend listing page size",
        "options": null,
        "is_public": false,
        "sort_order": 10
    },
    {
        "key": "admin_items_per_page",
        "value": 15,
        "type": "number",
        "group_name": "content",
        "label": "Admin Items Per Page",
        "description": "Default admin listing page size",
        "options": null,
        "is_public": false,
        "sort_order": 20
    },
    {
        "key": "show_home_page",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show Home Page",
        "description": "Enable the public home page",
        "options": null,
        "is_public": true,
        "sort_order": 30
    },
    {
        "key": "show_news_section",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show News Section",
        "description": "Enable public news pages",
        "options": null,
        "is_public": true,
        "sort_order": 40
    },
    {
        "key": "show_events_section",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show Events Section",
        "description": "Enable public event pages",
        "options": null,
        "is_public": true,
        "sort_order": 50
    },
    {
        "key": "show_galleries_section",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show Galleries Section",
        "description": "Enable public gallery pages",
        "options": null,
        "is_public": true,
        "sort_order": 60
    },
    {
        "key": "show_departments_section",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show Departments Section",
        "description": "Enable public department pages",
        "options": null,
        "is_public": true,
        "sort_order": 70
    },
    {
        "key": "show_projects_section",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show Projects Section",
        "description": "Enable public project pages",
        "options": null,
        "is_public": true,
        "sort_order": 80
    },
    {
        "key": "show_careers_section",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show Careers Section",
        "description": "Enable public career pages",
        "options": null,
        "is_public": true,
        "sort_order": 90
    },
    {
        "key": "show_contact_page",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Show Contact Page",
        "description": "Enable public contact page",
        "options": null,
        "is_public": true,
        "sort_order": 100
    },
    {
        "key": "enable_content_revisions",
        "value": true,
        "type": "boolean",
        "group_name": "content",
        "label": "Enable Content Revisions",
        "description": "Keep revision snapshots for supported content",
        "options": null,
        "is_public": false,
        "sort_order": 110
    },
    {
        "key": "max_upload_size",
        "value": 10240,
        "type": "number",
        "group_name": "media",
        "label": "Max Upload Size KB",
        "description": "Maximum upload size in kilobytes",
        "options": null,
        "is_public": false,
        "sort_order": 10
    },
    {
        "key": "allowed_file_types",
        "value": "jpg,jpeg,png,gif,webp,pdf,doc,docx,xls,xlsx,ppt,pptx,zip",
        "type": "string",
        "group_name": "media",
        "label": "Allowed File Types",
        "description": "Comma-separated allowed upload extensions",
        "options": null,
        "is_public": false,
        "sort_order": 20
    },
    {
        "key": "image_quality",
        "value": 85,
        "type": "number",
        "group_name": "media",
        "label": "Image Quality",
        "description": "Default image optimization quality",
        "options": null,
        "is_public": false,
        "sort_order": 30
    },
    {
        "key": "auto_generate_thumbnails",
        "value": true,
        "type": "boolean",
        "group_name": "media",
        "label": "Auto Generate Thumbnails",
        "description": "Generate thumbnails for uploaded images",
        "options": null,
        "is_public": false,
        "sort_order": 40
    },
    {
        "key": "registration_enabled",
        "value": false,
        "type": "boolean",
        "group_name": "security",
        "label": "Registration Enabled",
        "description": "Allow public user registration",
        "options": null,
        "is_public": false,
        "sort_order": 10
    },
    {
        "key": "email_verification_required",
        "value": true,
        "type": "boolean",
        "group_name": "security",
        "label": "Require Email Verification",
        "description": "Require users to verify email addresses",
        "options": null,
        "is_public": false,
        "sort_order": 20
    },
    {
        "key": "password_min_length",
        "value": 8,
        "type": "number",
        "group_name": "security",
        "label": "Password Minimum Length",
        "description": "Minimum password length",
        "options": null,
        "is_public": false,
        "sort_order": 30
    },
    {
        "key": "admin_session_timeout",
        "value": 120,
        "type": "number",
        "group_name": "security",
        "label": "Admin Session Timeout",
        "description": "Admin idle timeout in minutes",
        "options": null,
        "is_public": false,
        "sort_order": 40
    },
    {
        "key": "two_factor_enabled",
        "value": false,
        "type": "boolean",
        "group_name": "security",
        "label": "Two Factor Authentication",
        "description": "Require 2FA for admin accounts when implemented",
        "options": null,
        "is_public": false,
        "sort_order": 50
    },
    {
        "key": "facebook_url",
        "value": "",
        "type": "string",
        "group_name": "social",
        "label": "Facebook URL",
        "description": "Public Facebook page URL",
        "options": null,
        "is_public": true,
        "sort_order": 10
    },
    {
        "key": "twitter_url",
        "value": "",
        "type": "string",
        "group_name": "social",
        "label": "Twitter\/X URL",
        "description": "Public Twitter\/X profile URL",
        "options": null,
        "is_public": true,
        "sort_order": 20
    },
    {
        "key": "linkedin_url",
        "value": "",
        "type": "string",
        "group_name": "social",
        "label": "LinkedIn URL",
        "description": "Public LinkedIn page URL",
        "options": null,
        "is_public": true,
        "sort_order": 30
    },
    {
        "key": "instagram_url",
        "value": "",
        "type": "string",
        "group_name": "social",
        "label": "Instagram URL",
        "description": "Public Instagram profile URL",
        "options": null,
        "is_public": true,
        "sort_order": 40
    },
    {
        "key": "youtube_url",
        "value": "",
        "type": "string",
        "group_name": "social",
        "label": "YouTube URL",
        "description": "Public YouTube channel URL",
        "options": null,
        "is_public": true,
        "sort_order": 50
    },
    {
        "key": "shop_enabled",
        "value": true,
        "type": "boolean",
        "group_name": "commerce",
        "label": "Shop Enabled",
        "description": "Enable public shop pages",
        "options": null,
        "is_public": true,
        "sort_order": 10
    },
    {
        "key": "currency_code",
        "value": "USD",
        "type": "string",
        "group_name": "commerce",
        "label": "Currency Code",
        "description": "Default shop currency",
        "options": null,
        "is_public": false,
        "sort_order": 20
    },
    {
        "key": "tax_rate",
        "value": 10,
        "type": "number",
        "group_name": "commerce",
        "label": "Tax Rate Percent",
        "description": "Default checkout tax percentage",
        "options": null,
        "is_public": false,
        "sort_order": 30
    },
    {
        "key": "free_shipping_threshold",
        "value": 100,
        "type": "number",
        "group_name": "commerce",
        "label": "Free Shipping Threshold",
        "description": "Order total that qualifies for free shipping",
        "options": null,
        "is_public": false,
        "sort_order": 40
    },
    {
        "key": "default_shipping_amount",
        "value": 10,
        "type": "number",
        "group_name": "commerce",
        "label": "Default Shipping Amount",
        "description": "Default shipping amount",
        "options": null,
        "is_public": false,
        "sort_order": 50
    },
    {
        "key": "careers_enabled",
        "value": true,
        "type": "boolean",
        "group_name": "vacancies",
        "label": "Careers Enabled",
        "description": "Enable vacancy listings and applications",
        "options": null,
        "is_public": true,
        "sort_order": 10
    },
    {
        "key": "require_resume_upload",
        "value": true,
        "type": "boolean",
        "group_name": "vacancies",
        "label": "Require Resume Upload",
        "description": "Require resume files on vacancy applications",
        "options": null,
        "is_public": false,
        "sort_order": 20
    },
    {
        "key": "notify_on_application",
        "value": true,
        "type": "boolean",
        "group_name": "vacancies",
        "label": "Notify On Application",
        "description": "Create admin notifications for new applications",
        "options": null,
        "is_public": false,
        "sort_order": 30
    },
    {
        "key": "application_auto_reply",
        "value": true,
        "type": "boolean",
        "group_name": "vacancies",
        "label": "Application Auto Reply",
        "description": "Email applicants when applications are received",
        "options": null,
        "is_public": false,
        "sort_order": 40
    },
    {
        "key": "meta_title_suffix",
        "value": "",
        "type": "string",
        "group_name": "seo",
        "label": "Meta Title Suffix",
        "description": "Suffix appended to generated page titles",
        "options": null,
        "is_public": true,
        "sort_order": 10
    },
    {
        "key": "robots_indexing",
        "value": true,
        "type": "boolean",
        "group_name": "seo",
        "label": "Allow Search Indexing",
        "description": "Allow search engines to index public pages",
        "options": null,
        "is_public": true,
        "sort_order": 20
    },
    {
        "key": "canonical_urls",
        "value": true,
        "type": "boolean",
        "group_name": "seo",
        "label": "Canonical URLs",
        "description": "Emit canonical URL metadata when implemented",
        "options": null,
        "is_public": true,
        "sort_order": 30
    },
    {
        "key": "google_analytics_id",
        "value": "",
        "type": "string",
        "group_name": "seo",
        "label": "Google Analytics ID",
        "description": "Analytics measurement ID",
        "options": null,
        "is_public": false,
        "sort_order": 40
    },
    {
        "key": "theme_assets_nosei",
        "value": "{\"css\":[\"themes\\\/nosei\\\/css\\\/animate-headline.css\",\"themes\\\/nosei\\\/css\\\/animate.min.css\",\"themes\\\/nosei\\\/css\\\/animated-circle.css\",\"themes\\\/nosei\\\/css\\\/bootstrap.min.css\",\"themes\\\/nosei\\\/css\\\/custom.css\",\"themes\\\/nosei\\\/css\\\/cross2.min.css\",\"themes\\\/nosei\\\/css\\\/datepicker.css\",\"themes\\\/nosei\\\/css\\\/fontawesome-all.min.css\",\"themes\\\/nosei\\\/css\\\/icofont.min.css\",\"themes\\\/nosei\\\/css\\\/jquery.rprogessbar.min.css\",\"themes\\\/nosei\\\/css\\\/magnific-popup.css\",\"themes\\\/nosei\\\/css\\\/main.css\",\"themes\\\/nosei\\\/css\\\/meanmenu.css\",\"themes\\\/nosei\\\/css\\\/nice-select.css\",\"themes\\\/nosei\\\/css\\\/odometer.min.css\",\"themes\\\/nosei\\\/css\\\/select2.min.css\",\"themes\\\/nosei\\\/css\\\/swipper.css\",\"themes\\\/nosei\\\/css\\\/ui-range-slider.css\"],\"js\":[\"themes\\\/nosei\\\/js\\\/aminated-circle.js\",\"themes\\\/nosei\\\/js\\\/animate-headline.js\",\"themes\\\/nosei\\\/js\\\/appear.min.js\",\"themes\\\/nosei\\\/js\\\/back-to-top.min.js\",\"themes\\\/nosei\\\/js\\\/bootstrap.bundle.min.js\",\"themes\\\/nosei\\\/js\\\/cross2.min.js\",\"themes\\\/nosei\\\/js\\\/datepicker.min.js\",\"themes\\\/nosei\\\/js\\\/jquery-ui-slider-range.js\",\"themes\\\/nosei\\\/js\\\/jquery.magnific-popup.min.js\",\"themes\\\/nosei\\\/js\\\/jquery.meanmenu.min.js\",\"themes\\\/nosei\\\/js\\\/jquery.min.js\",\"themes\\\/nosei\\\/js\\\/jquery.nice-select.min.js\",\"themes\\\/nosei\\\/js\\\/jQuery.rProgressbar.min.js\",\"themes\\\/nosei\\\/js\\\/jquery.scrollUp.min.js\",\"themes\\\/nosei\\\/js\\\/jquery.waypoints.min.js\",\"themes\\\/nosei\\\/js\\\/main.js\",\"themes\\\/nosei\\\/js\\\/odometer.min.js\",\"themes\\\/nosei\\\/js\\\/select2.min.js\",\"themes\\\/nosei\\\/js\\\/swipper-bundle.min.js\",\"themes\\\/nosei\\\/js\\\/wow.min.js\"],\"fonts\":[\"themes\\\/nosei\\\/fonts\\\/fa-brands-400.eot\",\"themes\\\/nosei\\\/fonts\\\/fa-brands-400.ttf\",\"themes\\\/nosei\\\/fonts\\\/fa-brands-400.woff\",\"themes\\\/nosei\\\/fonts\\\/fa-brands-400.woff2\",\"themes\\\/nosei\\\/fonts\\\/fa-duotone-900.eot\",\"themes\\\/nosei\\\/fonts\\\/fa-duotone-900.ttf\",\"themes\\\/nosei\\\/fonts\\\/fa-duotone-900.woff\",\"themes\\\/nosei\\\/fonts\\\/fa-duotone-900.woff2\",\"themes\\\/nosei\\\/fonts\\\/fa-light-300.eot\",\"themes\\\/nosei\\\/fonts\\\/fa-light-300.ttf\",\"themes\\\/nosei\\\/fonts\\\/fa-light-300.woff\",\"themes\\\/nosei\\\/fonts\\\/fa-light-300.woff2\",\"themes\\\/nosei\\\/fonts\\\/fa-regular-400.eot\",\"themes\\\/nosei\\\/fonts\\\/fa-regular-400.ttf\",\"themes\\\/nosei\\\/fonts\\\/fa-regular-400.woff\",\"themes\\\/nosei\\\/fonts\\\/fa-regular-400.woff2\",\"themes\\\/nosei\\\/fonts\\\/fa-solid-900.eot\",\"themes\\\/nosei\\\/fonts\\\/fa-solid-900.ttf\",\"themes\\\/nosei\\\/fonts\\\/fa-solid-900.woff\",\"themes\\\/nosei\\\/fonts\\\/fa-solid-900.woff2\",\"themes\\\/nosei\\\/fonts\\\/fa-v4compatibility.ttf\",\"themes\\\/nosei\\\/fonts\\\/fa-v4compatibility.woff2\",\"themes\\\/nosei\\\/fonts\\\/icofont.eot\",\"themes\\\/nosei\\\/fonts\\\/icofont.ttf\",\"themes\\\/nosei\\\/fonts\\\/icofont.woff\",\"themes\\\/nosei\\\/fonts\\\/icofont.woff2\"],\"images\":[\"themes\\\/nosei\\\/images\\\/about-1.jpg\",\"themes\\\/nosei\\\/images\\\/about-2.jpg\",\"themes\\\/nosei\\\/images\\\/about-4.png\",\"themes\\\/nosei\\\/images\\\/about-51.png\",\"themes\\\/nosei\\\/images\\\/about-52.png\",\"themes\\\/nosei\\\/images\\\/about-admin.png\",\"themes\\\/nosei\\\/images\\\/about-content-bg-2.png\",\"themes\\\/nosei\\\/images\\\/about-content-img-4.jpg\",\"themes\\\/nosei\\\/images\\\/about-map-3.png\",\"themes\\\/nosei\\\/images\\\/about-page-1.jpg\",\"themes\\\/nosei\\\/images\\\/about-shape-51.png\",\"themes\\\/nosei\\\/images\\\/about-shape-52.png\",\"themes\\\/nosei\\\/images\\\/headphones-2.png\",\"themes\\\/nosei\\\/images\\\/home-2_about-1.jpg\",\"themes\\\/nosei\\\/images\\\/home-2_about-2.jpg\",\"themes\\\/nosei\\\/images\\\/home-2_about-21.jpg\",\"themes\\\/nosei\\\/images\\\/home-2_about-22.jpg\",\"themes\\\/nosei\\\/images\\\/home-2_about-cirlcle-2.png\",\"themes\\\/nosei\\\/images\\\/home-2_about-shape-1.png\",\"themes\\\/nosei\\\/images\\\/home-3_about-1.jpg\",\"themes\\\/nosei\\\/images\\\/play-btn.png\",\"themes\\\/nosei\\\/images\\\/shape-1.png\",\"themes\\\/nosei\\\/images\\\/shape-2.png\",\"themes\\\/nosei\\\/images\\\/signature.png\",\"themes\\\/nosei\\\/images\\\/banner-1.jpg\",\"themes\\\/nosei\\\/images\\\/banner-4-map.png\",\"themes\\\/nosei\\\/images\\\/banner-4-shape-1.png\",\"themes\\\/nosei\\\/images\\\/banner-4-shape-2.png\",\"themes\\\/nosei\\\/images\\\/banner-4.png\",\"themes\\\/nosei\\\/images\\\/banner-5.png\",\"themes\\\/nosei\\\/images\\\/banner-6.png\",\"themes\\\/nosei\\\/images\\\/banner-map-2.png\",\"themes\\\/nosei\\\/images\\\/banner-shape-61.png\",\"themes\\\/nosei\\\/images\\\/banner-shape-img-2.png\",\"themes\\\/nosei\\\/images\\\/demo-home-2-shape-1.png\",\"themes\\\/nosei\\\/images\\\/demo-home-2-shape-2.png\",\"themes\\\/nosei\\\/images\\\/home-2-banner-1.jpg\",\"themes\\\/nosei\\\/images\\\/home-2-shape-1.png\",\"themes\\\/nosei\\\/images\\\/home-2-shape-2.png\",\"themes\\\/nosei\\\/images\\\/home-3_banner-1.jpg\",\"themes\\\/nosei\\\/images\\\/home-3_banner-2.png\",\"themes\\\/nosei\\\/images\\\/home-3_shape-1.png\",\"themes\\\/nosei\\\/images\\\/home-3_shape-2.png\",\"themes\\\/nosei\\\/images\\\/shape-1.png\",\"themes\\\/nosei\\\/images\\\/shape-2.png\",\"themes\\\/nosei\\\/images\\\/shape-3.png\",\"themes\\\/nosei\\\/images\\\/shape-4.png\",\"themes\\\/nosei\\\/images\\\/shape-5.png\",\"themes\\\/nosei\\\/images\\\/bg-1.jpg\",\"themes\\\/nosei\\\/images\\\/flag.png\",\"themes\\\/nosei\\\/images\\\/waves-shape.png\",\"themes\\\/nosei\\\/images\\\/blog-1.jpg\",\"themes\\\/nosei\\\/images\\\/blog-2.jpg\",\"themes\\\/nosei\\\/images\\\/blog-3.jpg\",\"themes\\\/nosei\\\/images\\\/blog-4.jpg\",\"themes\\\/nosei\\\/images\\\/blog-5.jpg\",\"themes\\\/nosei\\\/images\\\/blog-6.jpg\",\"themes\\\/nosei\\\/images\\\/blog-admin-1.png\",\"themes\\\/nosei\\\/images\\\/blog-admin-2.png\",\"themes\\\/nosei\\\/images\\\/blog-details.jpg\",\"themes\\\/nosei\\\/images\\\/blog-list-1.jpg\",\"themes\\\/nosei\\\/images\\\/blog-list-2.jpg\",\"themes\\\/nosei\\\/images\\\/blog-list-3.jpg\",\"themes\\\/nosei\\\/images\\\/blog-shape-1.png\",\"themes\\\/nosei\\\/images\\\/blog-shape-2.png\",\"themes\\\/nosei\\\/images\\\/blog-shape-3.png\",\"themes\\\/nosei\\\/images\\\/blog-shape-4.png\",\"themes\\\/nosei\\\/images\\\/recent-post-1.jpg\",\"themes\\\/nosei\\\/images\\\/recent-post-2.jpg\",\"themes\\\/nosei\\\/images\\\/recent-post-3.jpg\",\"themes\\\/nosei\\\/images\\\/brand-3.png\",\"themes\\\/nosei\\\/images\\\/brand-hover.png\",\"themes\\\/nosei\\\/images\\\/brand.png\",\"themes\\\/nosei\\\/images\\\/breadcrumb-bg.jpg\",\"themes\\\/nosei\\\/images\\\/breadcrumb-map.png\",\"themes\\\/nosei\\\/images\\\/shape-1.png\",\"themes\\\/nosei\\\/images\\\/shape-2.png\",\"themes\\\/nosei\\\/images\\\/choose-1.jpg\",\"themes\\\/nosei\\\/images\\\/choose-bg.png\",\"themes\\\/nosei\\\/images\\\/shape-1.png\",\"themes\\\/nosei\\\/images\\\/shape-11.png\",\"themes\\\/nosei\\\/images\\\/shape-2.png\",\"themes\\\/nosei\\\/images\\\/shape-3.png\",\"themes\\\/nosei\\\/images\\\/contact-map.png\",\"themes\\\/nosei\\\/images\\\/contact.jpg\",\"themes\\\/nosei\\\/images\\\/counter-1.jpg\",\"themes\\\/nosei\\\/images\\\/bg-shape-4.png\",\"themes\\\/nosei\\\/images\\\/bg-shape-41.png\",\"themes\\\/nosei\\\/images\\\/bg-shape-42.png\",\"themes\\\/nosei\\\/images\\\/cta-21.jpg\",\"themes\\\/nosei\\\/images\\\/cta-22.jpg\",\"themes\\\/nosei\\\/images\\\/cta-23.jpg\",\"themes\\\/nosei\\\/images\\\/cta-41.jpg\",\"themes\\\/nosei\\\/images\\\/cta-51.png\",\"themes\\\/nosei\\\/images\\\/cta-52.png\",\"themes\\\/nosei\\\/images\\\/cta-bg.jpg\",\"themes\\\/nosei\\\/images\\\/cta-map.png\",\"themes\\\/nosei\\\/images\\\/cta-play-bg.png\",\"themes\\\/nosei\\\/images\\\/home-2_shape-1.png\",\"themes\\\/nosei\\\/images\\\/play-btn.png\",\"themes\\\/nosei\\\/images\\\/shape-2.png\",\"themes\\\/nosei\\\/images\\\/arrow-2.png\",\"themes\\\/nosei\\\/images\\\/custom-1.jpg\",\"themes\\\/nosei\\\/images\\\/error.png\",\"themes\\\/nosei\\\/images\\\/favicon.png\",\"themes\\\/nosei\\\/images\\\/feature-bg-1.jpg\",\"themes\\\/nosei\\\/images\\\/feature-bg-2.jpg\",\"themes\\\/nosei\\\/images\\\/feature-bg-3.jpg\",\"themes\\\/nosei\\\/images\\\/feature-bg-4.jpg\",\"themes\\\/nosei\\\/images\\\/feature-bg-4.png\",\"themes\\\/nosei\\\/images\\\/feature-map-3.png\",\"themes\\\/nosei\\\/images\\\/feature-map.png\",\"themes\\\/nosei\\\/images\\\/feature-shape.png\",\"themes\\\/nosei\\\/images\\\/footer-bg.png\",\"themes\\\/nosei\\\/images\\\/footer-map-6.png\",\"themes\\\/nosei\\\/images\\\/footer-map.png\",\"themes\\\/nosei\\\/images\\\/footer-shape-1.png\",\"themes\\\/nosei\\\/images\\\/post-1.png\",\"themes\\\/nosei\\\/images\\\/post-2.png\",\"themes\\\/nosei\\\/images\\\/logo-2.png\",\"themes\\\/nosei\\\/images\\\/logo-bg-4.png\",\"themes\\\/nosei\\\/images\\\/logo-bg.png\",\"themes\\\/nosei\\\/images\\\/logo.png\",\"themes\\\/nosei\\\/images\\\/1.png\",\"themes\\\/nosei\\\/images\\\/arrow.png\",\"themes\\\/nosei\\\/images\\\/bg-img.png\",\"themes\\\/nosei\\\/images\\\/headphones-icon-2.png\",\"themes\\\/nosei\\\/images\\\/management-6.png\",\"themes\\\/nosei\\\/images\\\/management-bg-6.png\",\"themes\\\/nosei\\\/images\\\/press-icon-2.png\",\"themes\\\/nosei\\\/images\\\/press-icon-6.png\",\"themes\\\/nosei\\\/images\\\/shape-1.png\",\"themes\\\/nosei\\\/images\\\/shape-2.png\",\"themes\\\/nosei\\\/images\\\/map.png\",\"themes\\\/nosei\\\/images\\\/newsletter-bg-3.jpg\",\"themes\\\/nosei\\\/images\\\/newsletter-icon.png\",\"themes\\\/nosei\\\/images\\\/shape-1.png\",\"themes\\\/nosei\\\/images\\\/shape-2.png\",\"themes\\\/nosei\\\/images\\\/bg-project-3.jpg\",\"themes\\\/nosei\\\/images\\\/bg-project.jpg\",\"themes\\\/nosei\\\/images\\\/project-1.jpg\",\"themes\\\/nosei\\\/images\\\/project-2.jpg\",\"themes\\\/nosei\\\/images\\\/project-3.jpg\",\"themes\\\/nosei\\\/images\\\/project-4.jpg\",\"themes\\\/nosei\\\/images\\\/project-41.jpg\",\"themes\\\/nosei\\\/images\\\/project-42.jpg\",\"themes\\\/nosei\\\/images\\\/project-43.jpg\",\"themes\\\/nosei\\\/images\\\/project-5.jpg\",\"themes\\\/nosei\\\/images\\\/project-51.jpg\",\"themes\\\/nosei\\\/images\\\/project-52.jpg\",\"themes\\\/nosei\\\/images\\\/project-53.jpg\",\"themes\\\/nosei\\\/images\\\/project-54.jpg\",\"themes\\\/nosei\\\/images\\\/project-6.jpg\",\"themes\\\/nosei\\\/images\\\/project-details-1.jpg\",\"themes\\\/nosei\\\/images\\\/project-details-2.jpg\",\"themes\\\/nosei\\\/images\\\/shape-5.png\",\"themes\\\/nosei\\\/images\\\/1.jpg\",\"themes\\\/nosei\\\/images\\\/2.jpg\",\"themes\\\/nosei\\\/images\\\/3.jpg\",\"themes\\\/nosei\\\/images\\\/4.jpg\",\"themes\\\/nosei\\\/images\\\/recent-shape-1.png\",\"themes\\\/nosei\\\/images\\\/recent-shape-2.png\",\"themes\\\/nosei\\\/images\\\/recent-shape-3.png\",\"themes\\\/nosei\\\/images\\\/home-2_service-bg.jpg\",\"themes\\\/nosei\\\/images\\\/home-3_service-bg.jpg\",\"themes\\\/nosei\\\/images\\\/service-1.jpg\",\"themes\\\/nosei\\\/images\\\/service-2.jpg\",\"themes\\\/nosei\\\/images\\\/service-3.jpg\",\"themes\\\/nosei\\\/images\\\/service-4.jpg\",\"themes\\\/nosei\\\/images\\\/service-41.jpg\",\"themes\\\/nosei\\\/images\\\/service-5.jpg\",\"themes\\\/nosei\\\/images\\\/service-51.jpg\",\"themes\\\/nosei\\\/images\\\/service-52.jpg\",\"themes\\\/nosei\\\/images\\\/service-53.jpg\",\"themes\\\/nosei\\\/images\\\/service-6.jpg\",\"themes\\\/nosei\\\/images\\\/service-61.png\",\"themes\\\/nosei\\\/images\\\/service-bg-6.png\",\"themes\\\/nosei\\\/images\\\/skill-6.png\",\"themes\\\/nosei\\\/images\\\/skills-51.png\",\"themes\\\/nosei\\\/images\\\/skills-52.png\",\"themes\\\/nosei\\\/images\\\/team-1.jpg\",\"themes\\\/nosei\\\/images\\\/team-2.jpg\",\"themes\\\/nosei\\\/images\\\/team-3.jpg\",\"themes\\\/nosei\\\/images\\\/team-4.jpg\",\"themes\\\/nosei\\\/images\\\/team-41.jpg\",\"themes\\\/nosei\\\/images\\\/team-42.jpg\",\"themes\\\/nosei\\\/images\\\/team-43.jpg\",\"themes\\\/nosei\\\/images\\\/team-44.jpg\",\"themes\\\/nosei\\\/images\\\/team-5.jpg\",\"themes\\\/nosei\\\/images\\\/team-51.jpg\",\"themes\\\/nosei\\\/images\\\/team-52.jpg\",\"themes\\\/nosei\\\/images\\\/team-53.jpg\",\"themes\\\/nosei\\\/images\\\/team-6.jpg\",\"themes\\\/nosei\\\/images\\\/team-bg-5.png\",\"themes\\\/nosei\\\/images\\\/home-2_img-1.png\",\"themes\\\/nosei\\\/images\\\/home-2_img-2.png\",\"themes\\\/nosei\\\/images\\\/home-2_img-3.png\",\"themes\\\/nosei\\\/images\\\/home-2_shape-1.png\",\"themes\\\/nosei\\\/images\\\/home-2_shape-2.png\",\"themes\\\/nosei\\\/images\\\/home-3_shape-2.png\",\"themes\\\/nosei\\\/images\\\/home-4_map.png\",\"themes\\\/nosei\\\/images\\\/home-4_shape-1.png\",\"themes\\\/nosei\\\/images\\\/home-4_shape-2.png\",\"themes\\\/nosei\\\/images\\\/qoute-3.png\",\"themes\\\/nosei\\\/images\\\/qoute.png\",\"themes\\\/nosei\\\/images\\\/quote-51.png\",\"themes\\\/nosei\\\/images\\\/quote-52.png\",\"themes\\\/nosei\\\/images\\\/testimonial-1.png\",\"themes\\\/nosei\\\/images\\\/testimonial-2.png\",\"themes\\\/nosei\\\/images\\\/testimonial-3.png\",\"themes\\\/nosei\\\/images\\\/testimonial-51.png\",\"themes\\\/nosei\\\/images\\\/testimonial-52.png\",\"themes\\\/nosei\\\/images\\\/testimonial-53.png\",\"themes\\\/nosei\\\/images\\\/testimonial-6.png\",\"themes\\\/nosei\\\/images\\\/testimonial-admin-4.png\",\"themes\\\/nosei\\\/images\\\/testimonial-bg-2.jpg\",\"themes\\\/nosei\\\/images\\\/testimonial-map-5.png\",\"themes\\\/nosei\\\/images\\\/testimonial-map-6.png\",\"themes\\\/nosei\\\/images\\\/testimonial-shape.png\",\"themes\\\/nosei\\\/images\\\/video-shape-2.png\",\"themes\\\/nosei\\\/images\\\/video.png\"],\"scss\":[\"themes\\\/nosei\\\/scss\\\/_colors.scss\",\"themes\\\/nosei\\\/scss\\\/_common.scss\",\"themes\\\/nosei\\\/scss\\\/_mixins.scss\",\"themes\\\/nosei\\\/scss\\\/_variables.scss\",\"themes\\\/nosei\\\/scss\\\/_about.scss\",\"themes\\\/nosei\\\/scss\\\/_banner.scss\",\"themes\\\/nosei\\\/scss\\\/_blog-details.scss\",\"themes\\\/nosei\\\/scss\\\/_blog.scss\",\"themes\\\/nosei\\\/scss\\\/_brand.scss\",\"themes\\\/nosei\\\/scss\\\/_breadcrumb.scss\",\"themes\\\/nosei\\\/scss\\\/_button.scss\",\"themes\\\/nosei\\\/scss\\\/_choose.scss\",\"themes\\\/nosei\\\/scss\\\/_contact.scss\",\"themes\\\/nosei\\\/scss\\\/_counter.scss\",\"themes\\\/nosei\\\/scss\\\/_cta.scss\",\"themes\\\/nosei\\\/scss\\\/_custom.scss\",\"themes\\\/nosei\\\/scss\\\/_error.scss\",\"themes\\\/nosei\\\/scss\\\/_feature.scss\",\"themes\\\/nosei\\\/scss\\\/_footer.scss\",\"themes\\\/nosei\\\/scss\\\/_header.scss\",\"themes\\\/nosei\\\/scss\\\/_management.scss\",\"themes\\\/nosei\\\/scss\\\/_newsletter.scss\",\"themes\\\/nosei\\\/scss\\\/_price.scss\",\"themes\\\/nosei\\\/scss\\\/_project-details.scss\",\"themes\\\/nosei\\\/scss\\\/_project.scss\",\"themes\\\/nosei\\\/scss\\\/_recent.scss\",\"themes\\\/nosei\\\/scss\\\/_service.scss\",\"themes\\\/nosei\\\/scss\\\/_sidebar.scss\",\"themes\\\/nosei\\\/scss\\\/_skills.scss\",\"themes\\\/nosei\\\/scss\\\/_team-details.scss\",\"themes\\\/nosei\\\/scss\\\/_team.scss\",\"themes\\\/nosei\\\/scss\\\/_testimonial.scss\",\"themes\\\/nosei\\\/scss\\\/_video.scss\",\"themes\\\/nosei\\\/scss\\\/main.scss\"],\"templates\":[\"themes\\\/nosei\\\/templates\\\/about.html\",\"themes\\\/nosei\\\/templates\\\/blog-details.html\",\"themes\\\/nosei\\\/templates\\\/blog-list.html\",\"themes\\\/nosei\\\/templates\\\/blog.html\",\"themes\\\/nosei\\\/templates\\\/contact.html\",\"themes\\\/nosei\\\/templates\\\/error.html\",\"themes\\\/nosei\\\/templates\\\/index-2.html\",\"themes\\\/nosei\\\/templates\\\/index-3.html\",\"themes\\\/nosei\\\/templates\\\/index-4.html\",\"themes\\\/nosei\\\/templates\\\/index-5.html\",\"themes\\\/nosei\\\/templates\\\/index-6.html\",\"themes\\\/nosei\\\/templates\\\/index.html\",\"themes\\\/nosei\\\/templates\\\/project-details.html\",\"themes\\\/nosei\\\/templates\\\/project.html\",\"themes\\\/nosei\\\/templates\\\/service.html\",\"themes\\\/nosei\\\/templates\\\/team-details.html\",\"themes\\\/nosei\\\/templates\\\/team.html\"],\"source_templates\":[\"themes\\\/nosei\\\/source\\\/nosei\\\/about.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/blog-details.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/blog-list.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/blog.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/contact.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/error.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/index-2.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/index-3.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/index-4.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/index-5.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/index-6.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/index.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/project-details.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/project.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/service.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/team-details.html\",\"themes\\\/nosei\\\/source\\\/nosei\\\/team.html\"],\"other\":[\"themes\\\/nosei\\\/assets\\\/main.css.map\"],\"main_css\":\"themes\\\/nosei\\\/css\\\/custom.css\",\"main_js\":\"themes\\\/nosei\\\/js\\\/appear.min.js\",\"main_template\":\"themes\\\/nosei\\\/templates\\\/index-2.html\",\"main_source_template\":\"themes\\\/nosei\\\/source\\\/nosei\\\/index-2.html\",\"favicon\":\"themes\\\/nosei\\\/images\\\/favicon.png\",\"compiled_css\":[\"public\\\/themes\\\/nosei\\\/css\\\/compiled__colors.css\",\"public\\\/themes\\\/nosei\\\/css\\\/compiled__variables.css\"]}",
        "type": "string",
        "group_name": "general",
        "label": null,
        "description": "Theme Assets Nosei setting",
        "options": null,
        "is_public": false,
        "sort_order": 0
    },
    {
        "key": "theme_template_map_nosei",
        "value": "{\"news-detail\":\"themes\\\/nosei\\\/source\\\/nosei\\\/blog-details.html\",\"news\":\"themes\\\/nosei\\\/source\\\/nosei\\\/blog.html\",\"projects\":\"themes\\\/nosei\\\/source\\\/nosei\\\/project.html\",\"projects-detail\":\"themes\\\/nosei\\\/source\\\/nosei\\\/project.html\",\"services\":\"themes\\\/nosei\\\/source\\\/nosei\\\/service.html\",\"home\":\"themes\\\/nosei\\\/source\\\/nosei\\\/index-2.html\",\"about\":\"themes\\\/nosei\\\/source\\\/nosei\\\/about.html\",\"contact\":\"themes\\\/nosei\\\/source\\\/nosei\\\/contact.html\"}",
        "type": "string",
        "group_name": "general",
        "label": null,
        "description": "Theme Template Map Nosei setting",
        "options": null,
        "is_public": false,
        "sort_order": 0
    },
    {
        "key": "theme_react_conversion_nosei",
        "value": "{\"type\":\"react\",\"theme_name\":\"nosei\",\"template\":\"themes\\\/nosei\\\/source\\\/nosei\\\/index-2.html\",\"path\":\"theme-conversions\\\/nosei\\\/react\\\/index_2.jsx\",\"absolute_path\":\"C:\\\\xampp\\\\htdocs\\\\CMS\\\\storage\\\\app\\\/theme-conversions\\\/nosei\\\/react\\\/index_2.jsx\",\"regions\":[{\"type\":\"header\",\"tag\":\"header\",\"selector\":\"header\",\"id\":null,\"class\":null,\"text_preview\":\"Visit our social pages: Arabic Bangla Turkish English Home Home 1 Home 2 Home 3 Home 4 Home 5 Home 6 About Pages Service Project Project Det...\"},{\"type\":\"navigation\",\"tag\":\"nav\",\"selector\":\"nav#mobile-menu\",\"id\":\"mobile-menu\",\"class\":\"ns-header-main-menu mobile-menu d-none d-lg-block\",\"text_preview\":\"Home Home 1 Home 2 Home 3 Home 4 Home 5 Home 6 About Pages Service Project Project Details Team Team Details 404 Blog Blog Blog List Blog De...\"},{\"type\":\"form\",\"tag\":\"form\",\"selector\":\"form\",\"id\":null,\"class\":null,\"text_preview\":\"\"},{\"type\":\"main\",\"tag\":\"main\",\"selector\":\"main\",\"id\":null,\"class\":null,\"text_preview\":\"Welcome To Nosei It-Solution For Business. Nullam eu nibh vitae est tempor molestie id sed exthe. Quisque dignissim maximus ipsum metus ipsu...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-banner-area-2\",\"id\":null,\"class\":\"ns-banner-area-2\",\"text_preview\":\"Welcome To Nosei It-Solution For Business. Nullam eu nibh vitae est tempor molestie id sed exthe. Quisque dignissim maximus ipsum metus ipsu...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-about-area-2.pt-115.pb-75\",\"id\":null,\"class\":\"ns-about-area-2 pt-115 pb-75 p-relative\",\"text_preview\":\"About Our Company About 26+ Experience Hands Such As Front Admin In job gives you handcrafted options such as front adm in reviews or email...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-service-area-2.pt-110.pb-115\",\"id\":null,\"class\":\"ns-service-area-2 pt-110 pb-115 p-relative\",\"text_preview\":\"What We Do We High Service That Stand Product To Satelite We job gives you handcrafted options such as front admin reviews or It also gives...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-management-area.p-relative.pt-95\",\"id\":null,\"class\":\"ns-management-area p-relative pt-95 pb-100\",\"text_preview\":\"About Our Company About 26+ Experience Hands Such As Front Admin In job gives you handcrafted options such as front adm in reviews or email...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-project-area.pt-110.pb-115\",\"id\":null,\"class\":\"ns-project-area pt-110 pb-115\",\"text_preview\":\"Our Project We Case Studies Best Work Business Network Design \\\/ Business Business Network Design \\\/ Business Business Network Design \\\/ Busine...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-team-area.pt-110.pb-110\",\"id\":null,\"class\":\"ns-team-area pt-110 pb-110\",\"text_preview\":\"Team Member Amazing Team Members Roten Barsa Founder +015545454 info@mail.com Maoro Batar Manager +015545454 info@mail.com Poras Manat Team...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-testimonial-area-2.pt-115.pt-lg-0\",\"id\":null,\"class\":\"ns-testimonial-area-2 pt-115 pt-lg-0\",\"text_preview\":\"We understand the important of to approaching work integrallysand believe in the power simple and we easy cation growth always act like adip...\"},{\"type\":\"content\",\"tag\":\"section\",\"selector\":\"section.ns-blog-area.pt-110.pb-115\",\"id\":null,\"class\":\"ns-blog-area pt-110 pb-115\",\"text_preview\":\"Largest Blog Our largest News Blog Business By: AdminJanuary 6, 2022 We are best It solution company World\\u2019s best organizations, for 19+ yea...\"},{\"type\":\"footer\",\"tag\":\"footer\",\"selector\":\"footer.ns-footer-area.ns-footer-area-2.bg-default\",\"id\":null,\"class\":\"ns-footer-area ns-footer-area-2 bg-default\",\"text_preview\":\"Nemo enim ipsam voluptate quia voluptas sit aspernatur aut odit aut fugit, sed quia magni this dolores eos qui ratione . Quick Links Best Se...\"}],\"suggested_mapping\":{\"header\":\"header\",\"navigation\":\"nav#mobile-menu\",\"hero\":\"section.ns-banner-area-2\",\"content\":\"main\",\"sidebar\":null,\"footer\":\"footer.ns-footer-area.ns-footer-area-2.bg-default\",\"forms\":[\"form\"]},\"generated_at\":\"2026-05-06 09:33:54\",\"notes\":[\"Scripts are loaded from the generated React component with cleanup instead of raw inline execution.\",\"Inline event handlers, PHP tags, and uploaded Blade expressions were neutralized.\",\"This is a candidate file for review before moving into resources\\\/js\\\/Pages\\\/Frontend\\\/Themes.\"]}",
        "type": "string",
        "group_name": "general",
        "label": null,
        "description": "Theme React Conversion Nosei setting",
        "options": null,
        "is_public": false,
        "sort_order": 0
    },
    {
        "key": "theme_customization_nosei",
        "value": "{\"primary_color\":\"#3B82F6\",\"secondary_color\":\"#6B7280\",\"accent_color\":\"#0f766e\",\"background_color\":\"#ffffff\",\"text_color\":\"#111827\",\"hidden_selectors\":[],\"custom_css\":\"\"}",
        "type": "string",
        "group_name": "general",
        "label": null,
        "description": "Theme Customization Nosei setting",
        "options": null,
        "is_public": false,
        "sort_order": 0
    }
]