File "module.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/modules/feature-flags/module.json
File size: 1.15 KB
MIME-type: text/plain
Charset: utf-8

{
  "id": "feature-flags",
  "type": "advanced",
  "status": "always-active",
  "order": 20,
  "title": "Feature Flags",
  "description": "Feature Flags in Solid Security allow you to try experimental features before they are released.",
  "settings": {
    "type": "object",
    "properties": {
      "enabled": {
        "type": "array",
        "items": {
          "type": "string",
          "enum": [],
          "enumNames": []
        },
        "uniqueItems": true,
        "default": [],
        "title": "Enabled Features",
        "description": "Select which experimental features you’d like to enable."
      },
      "rates": {
        "type": "object",
        "additionalProperties": {
          "type": "integer",
          "minimum": 0
        },
        "default": {},
        "readonly": true
      },
      "opt_outs": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "uniqueItems": true,
        "readonly": true,
        "default": []
      }
    },
    "uiSchema": {
      "enabled": {
        "ui:widget": "checkboxes",
        "ui:enumDisabled": [],
        "ui:enumDescriptions": []
      }
    }
  }
}