			'__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(
			'textAlign' => array(
				'type' => 'string'
			),
			'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,
				'__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,
				'__experimentalDefaultControls' => array(
					'backgroundImage' => 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'
			),
			'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="//halalsarouj.ir/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://halalsarouj.ir/post-sitemap.xml</loc>
		<lastmod>2026-03-09T13:10:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://halalsarouj.ir/page-sitemap.xml</loc>
		<lastmod>2025-10-01T19:49:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://halalsarouj.ir/koncrete_team-sitemap.xml</loc>
		<lastmod>2022-01-18T17:23:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://halalsarouj.ir/koncrete_testimony-sitemap.xml</loc>
		<lastmod>2024-08-07T12:05:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://halalsarouj.ir/koncrete_service-sitemap.xml</loc>
		<lastmod>2022-01-20T06:32:15+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->