{
  "id": "floating-button-for-editor",
  "name": "Floating Button for Editors",
  "description": "Display a floating button that only appears for editor users. Perfect for quick access to content management, post editing, and editorial functions!",
  "license": "premium",
  "settings": {
    "type": "link",
    "link": "#"
  },
  "design": {
    "color": "#2196F3",
    "grouped": true,
    "icon": {
      "color": "#fff",
      "class": "fa-solid fa-pen-to-square"
    },
    "responsive": {
      "device": {
        "mobile": 1,
        "tablet": 1,
        "desktop": 1
      }
    },
    "shape": "none",
    "standalone": true
  },
  "location": [
    {
      "logic": null,
      "rules": [
        {
          "type": "user_role",
          "operator": "==",
          "value": "editor",
          "logic": "OR"
        }
      ]
    }
  ]
}
