),
			'allowedBlocks' => true
		),
		'styles' => array(
			array(
				'name' => 'default',
				'label' => 'Default',
				'isDefault' => true
			),
			array(
				'name' => 'plain',
				'label' => 'Plain'
			)
		),
		'editorStyle' => 'wp-block-quote-editor',
		'style' => 'wp-block-quote'
	),
	'read-more' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/read-more',
		'title' => 'Read More',
		'category' => 'theme',
		'description' => 'Displays the link of a post, page, or any other content-type.',
		'textdomain' => 'default',
		'attributes' => array(
			'content' => array(
				'type' => 'string',
				'role' => 'content'
			),
			'linkTarget' => array(
				'type' => 'string',
				'default' => '_self'
			)
		),
		'usesContext' => array(
			'postId'
		),
		'supports' => array(
			'anchor' => true,
			'html' => false,
			'color' => array(
				'gradients' => true,
				'text' => true
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontWeight' => true,
				'__experimentalFontStyle' => true,
				'__experimentalTextTransform' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true,
					'textDecoration' => true
				)
			),
			'spacing' => array(
				'margin' => array(
					'top',
					'bottom'
				),
				'padding' => true,
				'__experimentalDefaultControls' => array(
					'padding' => true
				)
			),
			'__experimentalBorder' => array(
				'color' => true,
				'radius' => true,
				'width' => true,
				'__experimentalDefaultControls' => array(
					'width' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'style' => 'wp-block-read-more'
	),
	'rss' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/rss',
		'title' => 'RSS',
		'category' => 'widgets',
		'description' => 'Display entries from any RSS or Atom feed.',
		'keywords' => array(
			'atom',
			'feed'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'columns' => array(
				'type' => 'number',
				'default' => 2
			),
			'blockLayout' => array(
				'type' => 'string',
				'default' => 'list'
			),
			'feedURL' => array(
				'type' => 'string',
				'default' => '',
				'role' => 'content'
			),
			'itemsToShow' => array(
				'type' => 'number',
				'default' => 5
			),
			'displayExcerpt' => array(
				'type' => 'boolean',
				'default' => false
			),
			'displayAuthor' => array(
				'type' => 'boolean',
				'default' => false
			),
			'displayDate' => array(
				'type' => 'boolean',
				'default' => false
			),
			'excerptLength' => array(
				'type' => 'number',
				'default' => 55
			),
			'openInNewTab' => array(
				'type' => 'boolean',
				'default' => false
			),
			'rel' => array(
				'type' => 'string'
			)
		),
		'supports' => array(
			'anchor' => true,
			'align' => true,
			'html' => false,
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true
			),
			'spacing' => array(
				'margin' => true,
				'padding' => true,
				'__experimentalDefaultControls' => array(
					'padding' => false,
					'margin' => false
				)
			),
			'color' => array(
				'background' => true,
				'text' => true,
				'gradients' => true,
				'link' => true
			)
		),
		'editorStyle' => 'wp-block-rss-editor',
		'style' => 'wp-block-rss'
	),
	'search' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/search',
		'title' => 'Search',
		'category' => 'widgets',
		'description' => 'Help visitors find your content.',
		'keywords' => array(
			'find'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'label' => array(
				'type' => 'string',
				'role' => 'content'
			),
			'showLabel' => array(
				'type' => 'boolean',
				'default' => true
			),
			'placeholder' => array(
				'type' => 'string',
				'default' => '',
				'role' => 'content'
			),
			'width' => array(
				'type' => 'number'
			),
			'widthUnit' => array(
				'type' => 'string'
			),
			'buttonText' => array(
				'type' => 'string',
				'role' => 'content'
			),
			'buttonPosition' => array(
				'type' => 'string',
				'default' => 'button-outside'
			),
			'buttonUseIcon' => array(
				'type' => 'boolean',
				'default' => false
			),
			'query' => array(
				'type' => 'object',
				'default' => array(
					
				)
			),
			'tagName' => array(
				'type' => 'string',
				'default' => ''
			)
		),
		'supports' => array(
			'anchor' => true,
			'align' => array(
				'left',
				'center',
				'right'
			),
			'color' => array(
				'gradients' => true,
				'__experimentalSkipSerialization' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'interactivity' => true,
			'typography' => array(
				'__experimentalSkipSerialization' => true,
				'__experimentalSelector' => '.wp-block-search__label, .wp-block-search__input, .wp-block-search__button',
				'fontSize' => true,
				'lineHeight' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontWeight' => true,
				'__experimentalFontStyle' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'__experimentalBorder' => array(
				'color' => true,
				'radius' => true,
				'width' => true,
				'__experimentalSkipSerialization' => true,
				'__experimentalDefaultControls' => array(
					'color' => true,
					'radius' => true,
					'width' => true
				)
			),
			'spacing' => array(
				'margin' => true
			),
			'html' => false
		),
		'editorStyle' => 'wp-block-search-editor',
		'style' => 'wp-block-search',
		'selectors' => array(
			'color' => '.wp-block-search .wp-block-search__button, .wp-block-search.wp-block-search__no-button .wp-block-search__input',
			'border' => '.wp-block-search.wp-block-search__button-outside .wp-block-search__input, .wp-block-search.wp-block-search__button-outside .wp-block-search__button, .wp-block-search.wp-block-search__no-button .wp-block-search__input, .wp-block-search.wp-block-search__button-only .wp-block-search__input, .wp-block-search.wp-block-search__button-only .wp-block-search__button, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper'
		)
	),
	'separator' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/separator',
		'title' => 'Separator',
		'category' => 'design',
		'description' => 'Create a break between ideas or sections with a horizontal separator.',
		'keywords' => array(
			'horizontal-line',
			'hr',
			'divider'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'opacity' => array(
				'type' => 'string',
				'default' => 'alpha-channel'
			),
			'tagName' => array(
				'type' => 'string',
				'enum' => array(
					'hr',
					'div'
				),
				'default' => 'hr'
			)
		),
		'supports' => array(
			'anchor' => true,
			'align' => array(
				'center',
				'wide',
				'full'
			),
			'color' => array(
				'enableContrastChecker' => false,
				'__experimentalSkipSerialization' => true,
				'gradients' => true,
				'background' => true,
				'text' => false,
				'__experimentalDefaultControls' => array(
					'background' => true
				)
			),
			'spacing' => array(
				'margin' => array(
					'top',
					'bottom'
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'styles' => array(
			array(
				'name' => 'default',
				'label' => 'Default',
				'isDefault' => true
			),
			array(
				'name' => 'wide',
				'label' => 'Wide Line'
			),
			array(
				'name' => 'dots',
				'label' => 'Dots'
			)
		),
		'editorStyle' => 'wp-block-separator-editor',
		'style' => 'wp-block-separator'
	),
	'shortcode' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/shortcode',
		'title' => 'Shortcode',
		'category' => 'widgets',
		'description' => 'Insert additional custom elements with a WordPress shortcode.',
		'textdomain' => 'default',
		'attributes' => array(
			'text' => array(
				'type' => 'string',
				'source' => 'raw',
				'role' => 'content'
			)
		),
		'supports' => array(
			'className' => false,
			'customClassName' => false,
			'html' => false,
			'customCSS' => false,
			'visibility' => false
		),
		'editorStyle' => 'wp-block-shortcode-editor'
	),
	'site-logo' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/site-logo',
		'title' => 'Site Logo',
		'category' => 'theme',
		'description' => 'Display an image to represent this site. Update this block and the changes apply everywhere.',
		'textdomain' => 'default',
		'attributes' => array(
			'width' => array(
				'type' => 'number'
			),
			'isLink' => array(
				'type' => 'boolean',
				'default' => true,
				'role' => 'content'
			),
			'linkTarget' => array(
				'type' => 'string',
				'default' => '_self',
				'role' => 'content'
			),
			'shouldSyncIcon' => array(
				'type' => 'boolean'
			)
		),
		'example' => array(
			'viewportWidth' => 500,
			'attributes' => array(
				'width' => 350,
				'className' => 'block-editor-block-types-list__site-logo-example'
			)
		),
		'supports' => array(
			'anchor' => true,
			'html' => false,
			'align' => true,
			'alignWide' => false,
			'color' => array(
				'text' => false,
				'background' => false
			),
			'spacing' => array(
				'margin' => true,
				'padding' => true,
				'__experimentalDefaultControls' => array(
					'margin' => false,
					'padding' => false
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'filter' => array(
				'duotone' => true
			)
		),
		'styles' => array(
			array(
				'name' => 'default',
				'label' => 'Default',
				'isDefault' => true
			),
			array(
				'name' => 'rounded',
				'label' => 'Rounded'
			)
		),
		'selectors' => array(
			'filter' => array(
				'duotone' => '.wp-block-site-logo img, .wp-block-site-logo .components-placeholder__illustration, .wp-block-site-logo .components-placeholder::before'
			)
		),
		'editorStyle' => 'wp-block-site-logo-editor',
		'style' => 'wp-block-site-logo'
	),
	'site-tagline' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/site-tagline',
		'title' => 'Site Tagline',
		'category' => 'theme',
		'description' => 'Describe in a few words what this site is about. This is important for search results, sharing on social media, and gives overall clarity to visitors.',
		'keywords' => array(
			'description'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'level' => array(
				'type' => 'number',
				'default' => 0
			),
			'levelOptions' => array(
				'type' => 'array',
				'default' => array(
					0,
					1,
					2,
					3,
					4,
					5,
					6
				)
			)
		),
		'example' => array(
			'viewportWidth' => 350,
			'attributes' => array(
				'style' => array(
					'typography' => array(
						'textAlign' => 'center'
					)
				)
			)
		),
		'supports' => array(
			'anchor' => true,
			'align' => array(
				'wide',
				'full'
			),
			'html' => false,
			'color' => array(
				'gradients' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'contentRole' => true,
			'spacing' => array(
				'margin' => true,
				'padding' => true,
				'__experimentalDefaultControls' => array(
					'margin' => false,
					'padding' => false
				)
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'textAlign' => true,
				'__experimentalFontFamily' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalFontStyle' => true,
				'__experimentalFontWeight' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalWritingMode' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true
			)
		),
		'editorStyle' => 'wp-block-site-tagline-editor',
		'style' => 'wp-block-site-tagline'
	),
	'site-title' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/site-title',
		'title' => 'Site Title',
		'category' => 'theme',
		'description' => 'Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.',
		'textdomain' => 'default',
		'attributes' => array(
			'level' => array(
				'type' => 'number',
				'default' => 1
			),
			'levelOptions' => array(
				'type' => 'array',
				'default' => array(
					0,
					1,
					2,
					3,
					4,
					5,
					6
				)
			),
			'isLink' => array(
				'type' => 'boolean',
				'default' => true,
				'role' => 'content'
			),
			'linkTarget' => array(
				'type' => 'string',
				'default' => '_self',
				'role' => 'content'
			)
		),
		'example' => array(
			'viewportWidth' => 500
		),
		'supports' => array(
			'anchor' => true,
			'align' => array(
				'wide',
				'full'
			),
			'html' => false,
			'color' => array(
				'gradients' => true,
				'link' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true,
					'link' => true
				)
			),
			'spacing' => array(
				'padding' => true,
				'margin' => true,
				'__experimentalDefaultControls' => array(
					'margin' => false,
					'padding' => false
				)
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'textAlign' => true,
				'__experimentalFontFamily' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalFontStyle' => true,
				'__experimentalFontWeight' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalWritingMode' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true
			)
		),
		'editorStyle' => 'wp-block-site-title-editor',
		'style' => 'wp-block-site-title'
	),
	'social-link' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/social-link',
		'title' => 'Social Icon',
		'category' => 'widgets',
		'parent' => array(
			'core/social-links'
		),
		'description' => 'Display an icon linking to a social profile or site.',
		'textdomain' => 'default',
		'attributes' => array(
			'url' => array(
				'type' => 'string',
				'role' => 'content'
			),
			'service' => array(
				'type' => 'string'
			),
			'label' => array(
				'type' => 'string',
				'role' => 'content'
			),
			'rel' => array(
				'type' => 'string'
			)
		),
		'usesContext' => array(
			'openInNewTab',
			'showLabels',
			'iconColor',
			'iconColorValue',
			'iconBackgroundColor',
			'iconBackgroundColorValue'
		),
		'supports' => array(
			'anchor' => true,
			'reusable' => false,
			'html' => false,
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'editorStyle' => 'wp-block-social-link-editor'
	),
	'social-links' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/social-links',
		'title' => 'Social Icons',
		'category' => 'widgets',
		'allowedBlocks' => array(
			'core/social-link'
		),
		'description' => 'Display icons linking to your social profiles or sites.',
		'keywords' => array(
			'links'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'iconColor' => array(
				'type' => 'string'
			),
			'customIconColor' => array(
				'type' => 'string'
			),
			'iconColorValue' => array(
				'type' => 'string'
			),
			'iconBackgroundColor' => array(
				'type' => 'string'
			),
			'customIconBackgroundColor' => array(
				'type' => 'string'
			),
			'iconBackgroundColorValue' => array(
				'type' => 'string'
			),
			'openInNewTab' => array(
				'type' => 'boolean',
				'default' => false
			),
			'showLabels' => array(
				'type' => 'boolean',
				'default' => false
			),
			'size' => array(
				'type' => 'string'
			)
		),
		'providesContext' => array(
			'openInNewTab' => 'openInNewTab',
			'showLabels' => 'showLabels',
			'iconColor' => 'iconColor',
			'iconColorValue' => 'iconColorValue',
			'iconBackgroundColor' => 'iconBackgroundColor',
			'iconBackgroundColorValue' => 'iconBackgroundColorValue'
		),
		'supports' => array(
			'align' => array(
				'left',
				'center',
				'right'
			),
			'anchor' => true,
			'html' => false,
			'__experimentalExposeControlsToChildren' => true,
			'layout' => array(
				'allowSwitching' => false,
				'allowInheriting' => false,
				'allowVerticalAlignment' => false,
				'default' => array(
					'type' => 'flex'
				)
			),
			'color' => array(
				'enableContrastChecker' => false,
				'background' => true,
				'gradients' => true,
				'text' => false,
				'__experimentalDefaultControls' => array(
					'background' => false
				)
			),
			'spacing' => array(
				'blockGap' => array(
					'horizontal',
					'vertical'
				),
				'margin' => true,
				'padding' => true,
				'units' => array(
					'px',
					'em',
					'rem',
					'vh',
					'vw'
				),
				'__experimentalDefaultControls' => array(
					'blockGap' => true,
					'margin' => true,
					'padding' => false
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true,
				'__experimentalDefaultControls' => array(
					'radius' => true,
					'color' => true,
					'width' => true,
					'style' => true
				)
			),
			'contentRole' => true,
			'listView' => true
		),
		'styles' => array(
			array(
				'name' => 'default',
				'label' => 'Default',
				'isDefault' => true
			),
			array(
				'name' => 'logos-only',
				'label' => 'Logos Only'
			),
			array(
				'name' => 'pill-shape',
				'label' => 'Pill Shape'
			)
		),
		'editorStyle' => 'wp-block-social-links-editor',
		'style' => 'wp-block-social-links'
	),
	'spacer' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/spacer',
		'title' => 'Spacer',
		'category' => 'design',
		'description' => 'Add white space between blocks and customize its height.',
		'textdomain' => 'default',
		'attributes' => array(
			'height' => array(
				'type' => 'string',
				'default' => '100px'
			),
			'width' => array(
				'type' => 'string'
			)
		),
		'usesContext' => array(
			'orientation'
		),
		'supports' => array(
			'anchor' => true,
			'spacing' => array(
				'margin' => array(
					'top',
					'bottom'
				),
				'__experimentalDefaultControls' => array(
					'margin' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'editorStyle' => 'wp-block-spacer-editor',
		'style' => 'wp-block-spacer'
	),
	'tab-list' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/tab-list',
		'title' => 'Tab List',
		'description' => 'Display the tab buttons for a tabbed interface.',
		'category' => 'design',
		'textdomain' => 'default',
		'parent' => array(
			'core/tabs'
		),
		'usesContext' => array(
			'core/tabs-list'
		),
		'attributes' => array(
			'tabs' => array(
				'type' => 'array',
				'source' => 'query',
				'selector' => 'button',
				'query' => array(
					'label' => array(
						'type' => 'rich-text',
						'source' => 'rich-text',
						'role' => 'content'
					)
				),
				'default' => array(
					
				)
			)
		),
		'supports' => array(
			'html' => false,
			'ariaLabel' => true,
			'visibility' => false,
			'lock' => false,
			'color' => array(
				'background' => true,
				'text' => true,
				'__experimentalSkipSerialization' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'typography' => array(
				'fontSize' => true,
				'__experimentalFontFamily' => true
			),
			'__experimentalBorder' => array(
				'color' => true,
				'radius' => true,
				'style' => true,
				'width' => true,
				'__experimentalSkipSerialization' => true
			),
			'layout' => array(
				'default' => array(
					'type' => 'flex',
					'flexWrap' => 'wrap'
				),
				'allowVerticalAlignment' => false,
				'allowOrientation' => false,
				'allowWrap' => false
			),
			'spacing' => array(
				'padding' => true,
				'blockGap' => true,
				'__experimentalSkipSerialization' => array(
					'padding'
				),
				'__experimentalDefaultControls' => array(
					'padding' => true,
					'blockGap' => true
				)
			)
		),
		'selectors' => array(
			'border' => '.wp-block-tab-list button',
			'color' => array(
				'background' => '.wp-block-tab-list button',
				'text' => '.wp-block-tab-list button'
			),
			'spacing' => array(
				'padding' => '.wp-block-tab-list button'
			)
		),
		'style' => 'wp-block-tab-list',
		'editorStyle' => 'wp-block-tab-list-editor'
	),
	'tab-panel' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/tab-panel',
		'title' => 'Tab Panel',
		'description' => 'Content for a tab in a tabbed interface.',
		'category' => 'design',
		'textdomain' => 'default',
		'attributes' => array(
			'label' => array(
				'type' => 'string',
				'default' => ''
			)
		),
		'parent' => array(
			'core/tab-panels'
		),
		'usesContext' => array(
			'core/tabs-id'
		),
		'supports' => array(
			'anchor' => true,
			'html' => false,
			'color' => array(
				'background' => true,
				'text' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'layout' => true,
			'spacing' => array(
				'blockGap' => true,
				'padding' => true
			),
			'typography' => array(
				'fontSize' => true,
				'__experimentalFontFamily' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true,
					'__experimentalFontFamily' => true
				)
			),
			'visibility' => false
		),
		'providesContext' => array(
			'core/tab-label' => 'label'
		),
		'style' => 'wp-block-tab-panel'
	),
	'tab-panels' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/tab-panels',
		'title' => 'Tab Panels',
		'description' => 'Container for tab panel content in a tabbed interface.',
		'category' => 'design',
		'textdomain' => 'default',
		'parent' => array(
			'core/tabs'
		),
		'allowedBlocks' => array(
			'core/tab-panel'
		),
		'supports' => array(
			'html' => false,
			'visibility' => false,
			'lock' => false,
			'color' => array(
				'background' => true,
				'text' => true,
				'heading' => true,
				'link' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'spacing' => array(
				'padding' => true
			),
			'typography' => array(
				'fontSize' => true,
				'__experimentalFontFamily' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true
			)
		)
	),
	'table' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/table',
		'title' => 'Table',
		'category' => 'text',
		'description' => 'Create structured content in rows and columns to display information.',
		'textdomain' => 'default',
		'attributes' => array(
			'hasFixedLayout' => array(
				'type' => 'boolean',
				'default' => true
			),
			'caption' => array(
				'type' => 'rich-text',
				'source' => 'rich-text',
				'selector' => 'figcaption',
				'role' => 'content'
			),
			'head' => array(
				'type' => 'array',
				'default' => array(
					
				),
				'source' => 'query',
				'selector' => 'thead tr',
				'query' => array(
					'cells' => array(
						'type' => 'array',
						'default' => array(
							
						),
						'source' => 'query',
						'selector' => 'td,th',
						'query' => array(
							'content' => array(
								'type' => 'rich-text',
								'source' => 'rich-text',
								'role' => 'content'
							),
							'tag' => array(
								'type' => 'string',
								'default' => 'td',
								'source' => 'tag'
							),
							'scope' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'scope'
							),
							'align' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'data-align'
							),
							'colspan' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'colspan'
							),
							'rowspan' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'rowspan'
							)
						)
					)
				)
			),
			'body' => array(
				'type' => 'array',
				'default' => array(
					
				),
				'source' => 'query',
				'selector' => 'tbody tr',
				'query' => array(
					'cells' => array(
						'type' => 'array',
						'default' => array(
							
						),
						'source' => 'query',
						'selector' => 'td,th',
						'query' => array(
							'content' => array(
								'type' => 'rich-text',
								'source' => 'rich-text',
								'role' => 'content'
							),
							'tag' => array(
								'type' => 'string',
								'default' => 'td',
								'source' => 'tag'
							),
							'scope' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'scope'
							),
							'align' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'data-align'
							),
							'colspan' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'colspan'
							),
							'rowspan' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'rowspan'
							)
						)
					)
				)
			),
			'foot' => array(
				'type' => 'array',
				'default' => array(
					
				),
				'source' => 'query',
				'selector' => 'tfoot tr',
				'query' => array(
					'cells' => array(
						'type' => 'array',
						'default' => array(
							
						),
						'source' => 'query',
						'selector' => 'td,th',
						'query' => array(
							'content' => array(
								'type' => 'rich-text',
								'source' => 'rich-text',
								'role' => 'content'
							),
							'tag' => array(
								'type' => 'string',
								'default' => 'td',
								'source' => 'tag'
							),
							'scope' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'scope'
							),
							'align' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'data-align'
							),
							'colspan' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'colspan'
							),
							'rowspan' => array(
								'type' => 'string',
								'source' => 'attribute',
								'attribute' => 'rowspan'
							)
						)
					)
				)
			)
		),
		'supports' => array(
			'anchor' => true,
			'align' => true,
			'color' => array(
				'__experimentalSkipSerialization' => true,
				'gradients' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'spacing' => array(
				'margin' => true,
				'padding' => true,
				'__experimentalDefaultControls' => array(
					'margin' => false,
					'padding' => false
				)
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontStyle' => true,
				'__experimentalFontWeight' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'__experimentalBorder' => array(
				'__experimentalSkipSerialization' => true,
				'color' => true,
				'style' => true,
				'width' => true,
				'__experimentalDefaultControls' => array(
					'color' => true,
					'style' => true,
					'width' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'selectors' => array(
			'root' => '.wp-block-table > table',
			'spacing' => '.wp-block-table'
		),
		'styles' => array(
			array(
				'name' => 'regular',
				'label' => 'Default',
				'isDefault' => true
			),
			array(
				'name' => 'stripes',
				'label' => 'Stripes'
			)
		),
		'editorStyle' => 'wp-block-table-editor',
		'style' => 'wp-block-table'
	),
	'tabs' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/tabs',
		'title' => 'Tabs',
		'description' => 'Display content in a tabbed interface to help users navigate detailed content with ease.',
		'category' => 'design',
		'textdomain' => 'default',
		'allowedBlocks' => array(
			'core/tab-list',
			'core/tab-panels'
		),
		'attributes' => array(
			'activeTabIndex' => array(
				'type' => 'number',
				'default' => 0
			),
			'editorActiveTabIndex' => array(
				'type' => 'number',
				'role' => 'local'
			)
		),
		'supports' => array(
			'align' => true,
			'anchor' => true,
			'color' => array(
				'text' => true,
				'background' => true,
				'__experimentalDefaultControls' => array(
					'text' => true,
					'background' => true
				)
			),
			'layout' => array(
				'allowEditing' => false
			),
			'html' => false,
			'interactivity' => true,
			'spacing' => array(
				'blockGap' => true,
				'margin' => true,
				'padding' => true
			),
			'typography' => array(
				'fontSize' => true,
				'__experimentalFontFamily' => true
			)
		),
		'usesContext' => array(
			'core/tabs-list',
			'core/tabs-id'
		),
		'style' => 'wp-block-tabs',
		'viewScriptModule' => '@wordpress/block-library/tabs/view'
	),
	'tag-cloud' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/tag-cloud',
		'title' => 'Tag Cloud',
		'category' => 'widgets',
		'description' => 'A cloud of popular keywords, each sized by how often it appears.',
		'textdomain' => 'default',
		'attributes' => array(
			'numberOfTags' => array(
				'type' => 'number',
				'default' => 45,
				'minimum' => 1,
				'maximum' => 100
			),
			'taxonomy' => array(
				'type' => 'string',
				'default' => 'post_tag'
			),
			'showTagCounts' => array(
				'type' => 'boolean',
				'default' => false
			),
			'smallestFontSize' => array(
				'type' => 'string',
				'default' => '8pt'
			),
			'largestFontSize' => array(
				'type' => 'string',
				'default' => '22pt'
			)
		),
		'styles' => array(
			array(
				'name' => 'default',
				'label' => 'Default',
				'isDefault' => true
			),
			array(
				'name' => 'outline',
				'label' => 'Outline'
			)
		),
		'supports' => array(
			'anchor' => true,
			'html' => false,
			'align' => true,
			'spacing' => array(
				'margin' => true,
				'padding' => true
			),
			'typography' => array(
				'lineHeight' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontWeight' => true,
				'__experimentalFontStyle' => true,
				'__experimentalTextTransform' => true,
				'__experimentalLetterSpacing' => true
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true,
				'__experimentalDefaultControls' => array(
					'radius' => true,
					'color' => true,
					'width' => true,
					'style' => true
				)
			)
		)
	),
	'template-part' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/template-part',
		'title' => 'Template Part',
		'category' => 'theme',
		'description' => 'Edit the different global regions of your site, like the header, footer, sidebar, or create your own.',
		'textdomain' => 'default',
		'attributes' => array(
			'slug' => array(
				'type' => 'string'
			),
			'theme' => array(
				'type' => 'string'
			),
			'tagName' => array(
				'type' => 'string'
			),
			'area' => array(
				'type' => 'string'
			)
		),
		'supports' => array(
			'align' => true,
			'html' => false,
			'reusable' => false,
			'renaming' => false,
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'editorStyle' => 'wp-block-template-part-editor'
	),
	'term-count' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/term-count',
		'title' => 'Term Count',
		'category' => 'theme',
		'description' => 'Displays the post count of a taxonomy term.',
		'textdomain' => 'default',
		'usesContext' => array(
			'termId',
			'taxonomy'
		),
		'attributes' => array(
			'bracketType' => array(
				'type' => 'string',
				'enum' => array(
					'none',
					'round',
					'square',
					'curly',
					'angle'
				),
				'default' => 'round'
			)
		),
		'supports' => array(
			'anchor' => true,
			'html' => false,
			'color' => array(
				'gradients' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'spacing' => array(
				'padding' => true
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontWeight' => true,
				'__experimentalFontStyle' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true,
				'__experimentalDefaultControls' => array(
					'color' => true,
					'width' => true,
					'style' => true
				)
			)
		),
		'style' => 'wp-block-term-count'
	),
	'term-description' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/term-description',
		'title' => 'Term Description',
		'category' => 'theme',
		'description' => 'Display the description of categories, tags and custom taxonomies when viewing an archive.',
		'textdomain' => 'default',
		'usesContext' => array(
			'termId',
			'taxonomy'
		),
		'supports' => array(
			'anchor' => true,
			'align' => array(
				'wide',
				'full'
			),
			'html' => false,
			'color' => array(
				'link' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'spacing' => array(
				'padding' => true,
				'margin' => true
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'textAlign' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontWeight' => true,
				'__experimentalFontStyle' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true,
				'__experimentalDefaultControls' => array(
					'radius' => true,
					'color' => true,
					'width' => true,
					'style' => true
				)
			)
		)
	),
	'term-name' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/term-name',
		'title' => 'Term Name',
		'category' => 'theme',
		'description' => 'Displays the name of a taxonomy term.',
		'keywords' => array(
			'term title'
		),
		'textdomain' => 'default',
		'usesContext' => array(
			'termId',
			'taxonomy'
		),
		'attributes' => array(
			'level' => array(
				'type' => 'number',
				'default' => 0
			),
			'isLink' => array(
				'type' => 'boolean',
				'default' => false
			),
			'levelOptions' => array(
				'type' => 'array'
			)
		),
		'supports' => array(
			'anchor' => true,
			'align' => array(
				'wide',
				'full'
			),
			'html' => false,
			'color' => array(
				'gradients' => true,
				'link' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true,
					'link' => true
				)
			),
			'spacing' => array(
				'padding' => true
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'textAlign' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontWeight' => true,
				'__experimentalFontStyle' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true,
				'__experimentalDefaultControls' => array(
					'color' => true,
					'width' => true,
					'style' => true
				)
			)
		),
		'style' => 'wp-block-term-name'
	),
	'term-template' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/term-template',
		'title' => 'Term Template',
		'category' => 'theme',
		'ancestor' => array(
			'core/terms-query'
		),
		'description' => 'Contains the block elements used to render a taxonomy term, like the name, description, and more.',
		'textdomain' => 'default',
		'usesContext' => array(
			'termQuery'
		),
		'supports' => array(
			'anchor' => true,
			'reusable' => false,
			'html' => false,
			'align' => array(
				'wide',
				'full'
			),
			'layout' => true,
			'color' => array(
				'gradients' => true,
				'link' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'typography' => array(
				'fontSize' => true,
				'lineHeight' => true,
				'__experimentalFontFamily' => true,
				'__experimentalFontWeight' => true,
				'__experimentalFontStyle' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'spacing' => array(
				'margin' => true,
				'padding' => true,
				'blockGap' => array(
					'__experimentalDefault' => '1.25em'
				),
				'__experimentalDefaultControls' => array(
					'blockGap' => true,
					'padding' => false,
					'margin' => false
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'color' => true,
				'width' => true,
				'style' => true
			)
		),
		'style' => 'wp-block-term-template',
		'editorStyle' => 'wp-block-term-template-editor'
	),
	'terms-query' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/terms-query',
		'title' => 'Terms Query',
		'category' => 'theme',
		'description' => 'An advanced block that allows displaying taxonomy terms based on different query parameters and visual configurations.',
		'keywords' => array(
			'terms',
			'taxonomy',
			'categories',
			'tags',
			'list'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'termQuery' => array(
				'type' => 'object',
				'default' => array(
					'perPage' => 10,
					'taxonomy' => 'category',
					'order' => 'asc',
					'orderBy' => 'name',
					'include' => array(
						
					),
					'hideEmpty' => true,
					'showNested' => false,
					'inherit' => false
				)
			),
			'tagName' => array(
				'type' => 'string',
				'default' => 'div'
			)
		),
		'usesContext' => array(
			'templateSlug'
		),
		'providesContext' => array(
			'termQuery' => 'termQuery'
		),
		'supports' => array(
			'anchor' => true,
			'align' => array(
				'wide',
				'full'
			),
			'html' => false,
			'layout' => true,
			'interactivity' => true
		)
	),
	'text-columns' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/text-columns',
		'title' => 'Text Columns (deprecated)',
		'icon' => 'columns',
		'category' => 'design',
		'description' => 'This block is deprecated. Please use the Columns block instead.',
		'textdomain' => 'default',
		'attributes' => array(
			'content' => array(
				'type' => 'array',
				'source' => 'query',
				'selector' => 'p',
				'query' => array(
					'children' => array(
						'type' => 'string',
						'source' => 'html'
					)
				),
				'default' => array(
					array(
						
					),
					array(
						
					)
				)
			),
			'columns' => array(
				'type' => 'number',
				'default' => 2
			),
			'width' => array(
				'type' => 'string'
			)
		),
		'supports' => array(
			'inserter' => false,
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'editorStyle' => 'wp-block-text-columns-editor',
		'style' => 'wp-block-text-columns'
	),
	'verse' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/verse',
		'title' => 'Poetry',
		'category' => 'text',
		'description' => 'Insert poetry. Use special spacing formats. Or quote song lyrics.',
		'keywords' => array(
			'poetry',
			'poem',
			'verse',
			'stanza',
			'song',
			'lyrics'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'content' => array(
				'type' => 'rich-text',
				'source' => 'rich-text',
				'selector' => 'pre',
				'__unstablePreserveWhiteSpace' => true,
				'role' => 'content'
			)
		),
		'supports' => array(
			'anchor' => true,
			'background' => array(
				'backgroundImage' => true,
				'backgroundSize' => true,
				'gradient' => true,
				'__experimentalDefaultControls' => array(
					'backgroundImage' => true,
					'gradient' => true
				)
			),
			'color' => array(
				'gradients' => true,
				'link' => true,
				'__experimentalDefaultControls' => array(
					'background' => true,
					'text' => true
				)
			),
			'dimensions' => array(
				'minHeight' => true,
				'__experimentalDefaultControls' => array(
					'minHeight' => false
				)
			),
			'typography' => array(
				'fontSize' => true,
				'__experimentalFontFamily' => true,
				'lineHeight' => true,
				'textAlign' => true,
				'__experimentalFontStyle' => true,
				'__experimentalFontWeight' => true,
				'__experimentalLetterSpacing' => true,
				'__experimentalTextTransform' => true,
				'__experimentalTextDecoration' => true,
				'__experimentalWritingMode' => true,
				'__experimentalDefaultControls' => array(
					'fontSize' => true
				)
			),
			'spacing' => array(
				'margin' => true,
				'padding' => true,
				'__experimentalDefaultControls' => array(
					'margin' => false,
					'padding' => false
				)
			),
			'__experimentalBorder' => array(
				'radius' => true,
				'width' => true,
				'color' => true,
				'style' => true
			),
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'style' => 'wp-block-verse',
		'editorStyle' => 'wp-block-verse-editor'
	),
	'video' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/video',
		'title' => 'Video',
		'category' => 'media',
		'description' => 'Embed a video from your media library or upload a new one.',
		'keywords' => array(
			'movie'
		),
		'textdomain' => 'default',
		'attributes' => array(
			'autoplay' => array(
				'type' => 'boolean',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'autoplay'
			),
			'caption' => array(
				'type' => 'rich-text',
				'source' => 'rich-text',
				'selector' => 'figcaption',
				'role' => 'content'
			),
			'controls' => array(
				'type' => 'boolean',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'controls',
				'default' => true
			),
			'id' => array(
				'type' => 'number',
				'role' => 'content'
			),
			'loop' => array(
				'type' => 'boolean',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'loop'
			),
			'muted' => array(
				'type' => 'boolean',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'muted'
			),
			'poster' => array(
				'type' => 'string',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'poster'
			),
			'preload' => array(
				'type' => 'string',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'preload',
				'default' => 'metadata'
			),
			'blob' => array(
				'type' => 'string',
				'role' => 'local'
			),
			'src' => array(
				'type' => 'string',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'src',
				'role' => 'content'
			),
			'width' => array(
				'type' => 'number'
			),
			'height' => array(
				'type' => 'number'
			),
			'playsInline' => array(
				'type' => 'boolean',
				'source' => 'attribute',
				'selector' => 'video',
				'attribute' => 'playsinline'
			),
			'tracks' => array(
				'role' => 'content',
				'type' => 'array',
				'items' => array(
					'type' => 'object'
				),
				'default' => array(
					
				)
			)
		),
		'supports' => array(
			'anchor' => true,
			'align' => true,
			'spacing' => array(
				'margin' => true,
				'padding' => true,
				'__experimentalDefaultControls' => array(
					'margin' => false,
					'padding' => false
				)
			),
			'interactivity' => array(
				'clientNavigation' => true
			)
		),
		'editorStyle' => 'wp-block-video-editor',
		'style' => 'wp-block-video'
	),
	'widget-group' => array(
		'$schema' => 'https://schemas.wp.org/trunk/block.json',
		'apiVersion' => 3,
		'name' => 'core/widget-group',
		'title' => 'Widget Group',
		'category' => 'widgets',
		'attributes' => array(
			'title' => array(
				'type' => 'string'
			)
		),
		'supports' => array(
			'html' => false,
			'inserter' => true,
			'customClassName' => true,
			'reusable' => false
		),
		'editorStyle' => 'wp-block-widget-group-editor',
		'style' => 'wp-block-widget-group'
	)
);<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//pusatinfobisnis.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pusatinfobisnis.com/post-sitemap.xml</loc>
		<lastmod>2025-12-14T14:11:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pusatinfobisnis.com/page-sitemap.xml</loc>
		<lastmod>2025-12-16T08:04:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pusatinfobisnis.com/author-sitemap.xml</loc>
		<lastmod>2025-03-19T06:08:15+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->