HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-59-generic #61-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 11 23:16:11 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/blocks/tab/src/attributes.js
const attributes = {
	// the following 4 attributes is must required for responsive options and asset generation for frontend
	// blockId attribute for making unique className and other uniqueness
	// blockId: {
	// 	type: "string",
	// },
	// [blockId attribute is not needed for this block]

	//
	tabId: {
		type: "string",
	},

	//
	tabParentId: {
		type: "string",
	},

	//
	align: {
		type: "string",
		default: "full",
	},
};

export default attributes;