# ablocks/2.9.0/includes/blocks/tabs-child/attributes.php

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

- Page: https://pluginprobe.com/plugins/ablocks/2.9.0/code/includes/blocks/tabs-child/attributes.php
- Raw: https://pluginprobe.com/plugins/ablocks/2.9.0/raw/includes/blocks/tabs-child/attributes.php
- Modified: 2025-12-28T14:24:12+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.9.0/code/includes/blocks/tabs-child/attributes.php#L10-L20`.

```php
<?php

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

return [
	'block_id' => [
		'type'      => 'string',
		'default'   => '',
	],
	'tabId' => [
		'type'      => 'number',
		'default'   => 0,
	],
];

```
