{
  "name": "fusionberg/paragraph",
  "title": "Advanced Paragraph",
  "category": "fusionberg-blocks",
  "icon": "editor-paragraph",
  "description": "You can easily create paragraph using Advanced Paragraph Block",
  "attributes": {
    "yourId": {
        "type": "string"
    },
    "paragraph": { 
        "type": "string", 
        "default": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo, this is default attribute for both editor and render"
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "textColor": {
      "type": "string",
      "default": "#000"
    },
    "fontFamily": {
      "type": "string",
      "default": "Inter"
    },
    "fontWeight": {
      "type": "string",
      "default": "400"
    },
    "fontStyle": {
      "type": "string",
      "default": "normal"
    },
    "fontTransform": {
      "type": "string",
      "default": "none"
    },
    "fontDecoration": {
      "type": "string",
      "default": "none"
    },
    "fontSize": {
      "type": "string",
      "default": "16"
    },
    "lineHeight": {
      "type": "string"
    },
    "wordSpacing": {
      "type": "string"
    },
    "letterSpacing": {
      "type": "string"
    }
  }
}
