[
  {
    "name": "wplb_posts_per_page",
    "label": "Total Posts per Page",
    "type": "number",
    "default": 10,
    "min": 1,
    "step": 1,
    "description": "how many posts that have forms to display per page | Submissions list Settings",
    "category": "general"
  },
  {
    "name": "wplb_submissions_per_page",
    "label": "Total Entries per table's page",
    "type": "number",
    "default": 10,
    "min": 1,
    "step": 1,
    "description": "Submissions list Settings",
    "category": "general"
  },
  {
    "name": "wplb_allowed_file_types",
    "label": "Allowed File Types",
    "type": "text",
    "default": "image/jpeg,image/png,image/gif,application/pdf,text/plain",
    "description": "Comma-separated MIME types, e.g., image/jpeg,image/png,application/pdf",
    "category": "files"
  },
  {
    "name": "wplb_confirm_delete_data",
    "label": "Delete all plugin data on uninstall",
    "type": "checkbox",
    "category": "plugin"
  }
]
