# ablocks/2.13.1/includes/blocks/atomic-flex/attributes.php

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

- Page: https://pluginprobe.com/plugins/ablocks/2.13.1/code/includes/blocks/atomic-flex/attributes.php
- Raw: https://pluginprobe.com/plugins/ablocks/2.13.1/raw/includes/blocks/atomic-flex/attributes.php
- Modified: 2026-09-08T12:29:06+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.13.1/code/includes/blocks/atomic-flex/attributes.php#L10-L20`.

```php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$attributes = include __DIR__ . '/../atomic-shared/attributes.php';
$attributes['htmlTag'] = [ 'type' => 'string', 'default' => 'div' ];

return $attributes;

```
