{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontend-login-with-gutenberg-blocks/user-settings-form",
  "version": "2.0.0",
  "title": "User Settings Form",
  "category": "theme",
  "icon": "admin-users",
  "description": "Lets signed-in members update their profile and password.",
  "keywords": [
    "profile",
    "account",
    "settings",
    "user",
    "password"
  ],
  "textdomain": "frontend-login-and-registration-blocks",
  "attributes": {
    "templateChosen": {
      "type": "boolean",
      "default": false
    },
    "preset": {
      "type": "string",
      "default": ""
    },
    "fieldOptions": {
      "type": "object",
      "default": {}
    },
    "labels": {
      "type": "object",
      "default": {}
    },
    "placeholders": {
      "type": "object",
      "default": {}
    },
    "messages": {
      "type": "object",
      "default": {}
    },
    "layoutStyles": {
      "type": "object",
      "default": {}
    },
    "labelStyles": {
      "type": "object",
      "default": {}
    },
    "inputStyles": {
      "type": "object",
      "default": {}
    },
    "buttonStyles": {
      "type": "object",
      "default": {}
    },
    "linkStyles": {
      "type": "object",
      "default": {}
    },
    "checkStyles": {
      "type": "object",
      "default": {}
    },
    "noticeStyles": {
      "type": "object",
      "default": {}
    },
    "avatarStyles": {
      "type": "object",
      "default": {}
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "className": true,
    "align": [
      "wide",
      "full"
    ],
    "interactivity": {
      "clientNavigation": false
    },
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "text": false,
        "background": false
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "spacing": {
      "padding": true,
      "margin": [
        "top",
        "bottom"
      ],
      "__experimentalDefaultControls": {
        "padding": true
      }
    },
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    },
    "shadow": true
  },
  "editorScript": "file:./index.js",
  "editorStyle": [
    "flr-blocks-editor-ui",
    "flr-blocks-forms"
  ],
  "style": [
    "flr-blocks-forms"
  ],
  "viewScriptModule": "file:./frontend.js"
}