# ablocks/2.14.0/assets/build/blocks/atomic-image/block.json

aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder &amp; Animation Builder, version 2.14.0. 126 lines.

- Page: https://pluginprobe.com/plugins/ablocks/2.14.0/code/assets/build/blocks/atomic-image/block.json
- Raw: https://pluginprobe.com/plugins/ablocks/2.14.0/raw/assets/build/blocks/atomic-image/block.json
- Modified: 2026-09-15T14:04:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ablocks/2.14.0/code/assets/build/blocks/atomic-image/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ablocks/atomic-image",
  "version": "0.1.0",
  "title": "Atomic Image",
  "category": "ablocks-atomic",
  "description": "A single image with object-fit, sizing and the full atomic style system.",
  "keywords": [
    "ablocks",
    "image",
    "img",
    "picture",
    "media",
    "atomic"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "className": false
  },
  "textdomain": "ablocks",
  "editorStyle": [
    "ablocks-common-style",
    "file:./style.css"
  ],
  "style": [
    "file:./style.css"
  ],
  "editorScript": [
    "ablocks-common-script"
  ],
  "viewScript": [
    "file:./view.js"
  ],
  "attributes": {
    "block_id": {
      "type": "string",
      "default": ""
    },
    "blockVersion": {
      "type": "number",
      "default": 3
    },
    "src": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src",
      "default": ""
    },
    "alt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt",
      "default": ""
    },
    "imageId": {
      "type": "number",
      "default": 0
    },
    "sizeSlug": {
      "type": "string",
      "default": ""
    },
    "link": {
      "type": "object",
      "default": {
        "url": "",
        "newTab": false,
        "noFollow": false
      }
    },
    "globalClasses": {
      "type": "array",
      "default": []
    },
    "htmlId": {
      "type": "string",
      "default": ""
    },
    "animation": {
      "type": "object",
      "default": {
        "type": "",
        "duration": "0.6",
        "delay": "0"
      }
    },
    "animations": {
      "type": "array",
      "default": []
    },
    "transitionDuration": {
      "type": "string",
      "default": ""
    },
    "alignment": {
      "type": "object",
      "default": {
        "value": "",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "styles": {
      "type": "object",
      "default": {
        "v": 3
      }
    },
    "customCSS": {
      "type": "string",
      "default": ""
    },
    "hideOn": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    }
  }
}
```
