Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/legacy-widget
    [title] => Legacy Widget
    [category] => widgets
    [description] => Display a legacy widget.
    [attributes] => Array
        (
            [id] => Array
                (
                    [type] => string
                    [default] => 
                )

            [idBase] => Array
                (
                    [type] => string
                    [default] => 
                )

            [instance] => Array
                (
                    [type] => object
                    [default] => 
                )

        )

    [supports] => Array
        (
            [html] => 
            [customClassName] => 
            [reusable] => 
        )

    [render_callback] => render_block_core_legacy_widget
    [editor_style_handles] => Array
        (
            [0] => wp-block-legacy-widget-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-legacy-widget
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/widget-group
    [title] => Widget Group
    [category] => widgets
    [attributes] => Array
        (
            [title] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [html] => 
            [inserter] => 1
            [customClassName] => 1
            [reusable] => 
        )

    [render_callback] => render_block_core_widget_group
    [editor_style_handles] => Array
        (
            [0] => wp-block-widget-group-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-widget-group
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/archives
    [title] => Archives
    [category] => widgets
    [description] => Display a date archive of your posts.
    [attributes] => Array
        (
            [displayAsDropdown] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [showLabel] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [showPostCounts] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [type] => Array
                (
                    [type] => string
                    [default] => monthly
                )

        )

    [supports] => Array
        (
            [align] => 1
            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_archives
    [editor_style_handles] => Array
        (
            [0] => wp-block-archives-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-archives
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/avatar
    [title] => Avatar
    [category] => theme
    [description] => Add a user’s avatar.
    [attributes] => Array
        (
            [userId] => Array
                (
                    [type] => number
                )

            [size] => Array
                (
                    [type] => number
                    [default] => 96
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                )

        )

    [uses_context] => Array
        (
            [0] => postType
            [1] => postId
            [2] => commentId
        )

    [selectors] => Array
        (
            [border] => .wp-block-avatar img
        )

    [supports] => Array
        (
            [html] => 
            [align] => 1
            [alignWide] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [__experimentalBorder] => Array
                (
                    [__experimentalSkipSerialization] => 1
                    [radius] => 1
                    [width] => 1
                    [color] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                        )

                )

            [color] => Array
                (
                    [text] => 
                    [background] => 
                    [__experimentalDuotone] => img
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [filter] => Array
                (
                    [duotone] => 1
                )

        )

    [render_callback] => render_block_core_avatar
    [editor_style_handles] => Array
        (
            [0] => wp-block-avatar-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-avatar
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/block
    [title] => Pattern
    [category] => reusable
    [description] => Reuse this design across your site.
    [keywords] => Array
        (
            [0] => reusable
        )

    [attributes] => Array
        (
            [ref] => Array
                (
                    [type] => number
                )

            [content] => Array
                (
                    [type] => object
                    [default] => Array
                        (
                        )

                )

        )

    [provides_context] => Array
        (
            [pattern/overrides] => content
        )

    [supports] => Array
        (
            [customClassName] => 
            [html] => 
            [inserter] => 
            [renaming] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_block
    [editor_style_handles] => Array
        (
            [0] => wp-block-block-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-block
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/button
    [title] => Button
    [category] => design
    [parent] => Array
        (
            [0] => core/buttons
        )

    [description] => Prompt visitors to take action with a button-style link.
    [keywords] => Array
        (
            [0] => link
        )

    [attributes] => Array
        (
            [tagName] => Array
                (
                    [type] => string
                    [enum] => Array
                        (
                            [0] => a
                            [1] => button
                        )

                    [default] => a
                )

            [type] => Array
                (
                    [type] => string
                    [default] => button
                )

            [textAlign] => Array
                (
                    [type] => string
                )

            [url] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => a
                    [attribute] => href
                    [role] => content
                )

            [title] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => a,button
                    [attribute] => title
                    [role] => content
                )

            [text] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => a,button
                    [role] => content
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => a
                    [attribute] => target
                    [role] => content
                )

            [rel] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => a
                    [attribute] => rel
                    [role] => content
                )

            [placeholder] => Array
                (
                    [type] => string
                )

            [backgroundColor] => Array
                (
                    [type] => string
                )

            [textColor] => Array
                (
                    [type] => string
                )

            [gradient] => Array
                (
                    [type] => string
                )

            [width] => Array
                (
                    [type] => number
                )

        )

    [selectors] => Array
        (
            [root] => .wp-block-button .wp-block-button__link
            [typography] => Array
                (
                    [writingMode] => .wp-block-button
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [splitting] => 1
            [align] => 
            [alignWide] => 
            [color] => Array
                (
                    [__experimentalSkipSerialization] => 1
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [typography] => Array
                (
                    [__experimentalSkipSerialization] => Array
                        (
                            [0] => fontSize
                            [1] => lineHeight
                            [2] => fontFamily
                            [3] => fontWeight
                            [4] => fontStyle
                            [5] => textTransform
                            [6] => textDecoration
                            [7] => letterSpacing
                        )

                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [reusable] => 
            [shadow] => Array
                (
                    [__experimentalSkipSerialization] => 1
                )

            [spacing] => Array
                (
                    [__experimentalSkipSerialization] => 1
                    [padding] => Array
                        (
                            [0] => horizontal
                            [1] => vertical
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalSkipSerialization] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => fill
                    [label] => Fill
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => outline
                    [label] => Outline
                )

        )

    [render_callback] => render_block_core_button
    [editor_style_handles] => Array
        (
            [0] => wp-block-button-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-button
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/calendar
    [title] => Calendar
    [category] => widgets
    [description] => A calendar of your site’s posts.
    [keywords] => Array
        (
            [0] => posts
            [1] => archive
        )

    [attributes] => Array
        (
            [month] => Array
                (
                    [type] => integer
                )

            [year] => Array
                (
                    [type] => integer
                )

        )

    [supports] => Array
        (
            [align] => 1
            [color] => Array
                (
                    [link] => 1
                    [__experimentalSkipSerialization] => Array
                        (
                            [0] => text
                            [1] => background
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                    [__experimentalSelector] => table, th
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_calendar
    [editor_style_handles] => Array
        (
            [0] => wp-block-calendar-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-calendar
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/categories
    [title] => Terms List
    [category] => widgets
    [description] => Display a list of all terms of a given taxonomy.
    [keywords] => Array
        (
            [0] => categories
        )

    [attributes] => Array
        (
            [taxonomy] => Array
                (
                    [type] => string
                    [default] => category
                )

            [displayAsDropdown] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [showHierarchy] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [showPostCounts] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [showOnlyTopLevel] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [showEmpty] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [label] => Array
                (
                    [type] => string
                    [role] => content
                )

            [showLabel] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

        )

    [uses_context] => Array
        (
            [0] => enhancedPagination
        )

    [supports] => Array
        (
            [align] => 1
            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [render_callback] => render_block_core_categories
    [editor_style_handles] => Array
        (
            [0] => wp-block-categories-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-categories
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comment-author-name
    [title] => Comment Author Name
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/comment-template
        )

    [description] => Displays the name of the author of the comment.
    [attributes] => Array
        (
            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                )

            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => commentId
        )

    [supports] => Array
        (
            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [render_callback] => render_block_core_comment_author_name
    [editor_style_handles] => Array
        (
            [0] => wp-block-comment-author-name-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comment-author-name
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comment-content
    [title] => Comment Content
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/comment-template
        )

    [description] => Displays the contents of a comment.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => commentId
        )

    [supports] => Array
        (
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

            [spacing] => Array
                (
                    [padding] => Array
                        (
                            [0] => horizontal
                            [1] => vertical
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 1
                        )

                )

            [html] => 
        )

    [render_callback] => render_block_core_comment_content
    [editor_style_handles] => Array
        (
            [0] => wp-block-comment-content-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comment-content
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comment-date
    [title] => Comment Date
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/comment-template
        )

    [description] => Displays the date on which the comment was posted.
    [attributes] => Array
        (
            [format] => Array
                (
                    [type] => string
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

        )

    [uses_context] => Array
        (
            [0] => commentId
        )

    [supports] => Array
        (
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [render_callback] => render_block_core_comment_date
    [editor_style_handles] => Array
        (
            [0] => wp-block-comment-date-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comment-date
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comment-edit-link
    [title] => Comment Edit Link
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/comment-template
        )

    [description] => Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.
    [attributes] => Array
        (
            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                )

            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => commentId
        )

    [supports] => Array
        (
            [html] => 
            [color] => Array
                (
                    [link] => 1
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

        )

    [render_callback] => render_block_core_comment_edit_link
    [editor_style_handles] => Array
        (
            [0] => wp-block-comment-edit-link-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comment-edit-link
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comment-reply-link
    [title] => Comment Reply Link
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/comment-template
        )

    [description] => Displays a link to reply to a comment.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => commentId
        )

    [supports] => Array
        (
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

            [html] => 
        )

    [render_callback] => render_block_core_comment_reply_link
    [editor_style_handles] => Array
        (
            [0] => wp-block-comment-reply-link-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comment-reply-link
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comment-template
    [title] => Comment Template
    [category] => design
    [parent] => Array
        (
            [0] => core/comments
        )

    [description] => Contains the block elements used to display a comment, like the title, date, author, avatar and more.
    [uses_context] => Array
        (
            [0] => postId
        )

    [supports] => Array
        (
            [align] => 1
            [html] => 
            [reusable] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [render_callback] => render_block_core_comment_template
    [skip_inner_blocks] => 1
    [editor_style_handles] => Array
        (
            [0] => wp-block-comment-template-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comment-template
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comments
    [title] => Comments
    [category] => theme
    [description] => An advanced block that allows displaying post comments using different visual configurations.
    [attributes] => Array
        (
            [tagName] => Array
                (
                    [type] => string
                    [default] => div
                )

            [legacy] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [heading] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [render_callback] => render_block_core_comments
    [skip_inner_blocks] => 1
    [editor_style_handles] => Array
        (
            [0] => wp-block-comments-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comments
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comments-pagination
    [title] => Comments Pagination
    [category] => theme
    [parent] => Array
        (
            [0] => core/comments
        )

    [description] => Displays a paginated navigation to next/previous set of comments, when applicable.
    [attributes] => Array
        (
            [paginationArrow] => Array
                (
                    [type] => string
                    [default] => none
                )

        )

    [provides_context] => Array
        (
            [comments/paginationArrow] => paginationArrow
        )

    [supports] => Array
        (
            [align] => 1
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [layout] => Array
                (
                    [allowSwitching] => 
                    [allowInheriting] => 
                    [default] => Array
                        (
                            [type] => flex
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [example] => Array
        (
            [attributes] => Array
                (
                    [paginationArrow] => none
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/comments-pagination-previous
            [1] => core/comments-pagination-numbers
            [2] => core/comments-pagination-next
        )

    [render_callback] => render_block_core_comments_pagination
    [editor_style_handles] => Array
        (
            [0] => wp-block-comments-pagination-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comments-pagination
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comments-pagination-next
    [title] => Comments Next Page
    [category] => theme
    [parent] => Array
        (
            [0] => core/comments-pagination
        )

    [description] => Displays the next comment's page link.
    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => comments/paginationArrow
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_comments_pagination_next
    [editor_style_handles] => Array
        (
            [0] => wp-block-comments-pagination-next-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comments-pagination-next
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comments-pagination-numbers
    [title] => Comments Page Numbers
    [category] => theme
    [parent] => Array
        (
            [0] => core/comments-pagination
        )

    [description] => Displays a list of page numbers for comments pagination.
    [uses_context] => Array
        (
            [0] => postId
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_comments_pagination_numbers
    [editor_style_handles] => Array
        (
            [0] => wp-block-comments-pagination-numbers-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comments-pagination-numbers
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comments-pagination-previous
    [title] => Comments Previous Page
    [category] => theme
    [parent] => Array
        (
            [0] => core/comments-pagination
        )

    [description] => Displays the previous comment's page link.
    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => comments/paginationArrow
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_comments_pagination_previous
    [editor_style_handles] => Array
        (
            [0] => wp-block-comments-pagination-previous-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comments-pagination-previous
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/comments-title
    [title] => Comments Title
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/comments
        )

    [description] => Displays a title with the number of comments.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [showPostTitle] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [showCommentsCount] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [level] => Array
                (
                    [type] => number
                    [default] => 2
                )

            [levelOptions] => Array
                (
                    [type] => array
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
        )

    [supports] => Array
        (
            [anchor] => 
            [align] => 1
            [html] => 
            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                            [__experimentalFontFamily] => 1
                            [__experimentalFontStyle] => 1
                            [__experimentalFontWeight] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_comments_title
    [editor_style_handles] => Array
        (
            [0] => wp-block-comments-title-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-comments-title
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/cover
    [title] => Cover
    [category] => media
    [description] => Add an image or video with a text overlay.
    [attributes] => Array
        (
            [url] => Array
                (
                    [type] => string
                )

            [useFeaturedImage] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [id] => Array
                (
                    [type] => number
                )

            [alt] => Array
                (
                    [type] => string
                    [default] => 
                )

            [hasParallax] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [isRepeated] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [dimRatio] => Array
                (
                    [type] => number
                    [default] => 100
                )

            [overlayColor] => Array
                (
                    [type] => string
                )

            [customOverlayColor] => Array
                (
                    [type] => string
                )

            [isUserOverlayColor] => Array
                (
                    [type] => boolean
                )

            [backgroundType] => Array
                (
                    [type] => string
                    [default] => image
                )

            [focalPoint] => Array
                (
                    [type] => object
                )

            [minHeight] => Array
                (
                    [type] => number
                )

            [minHeightUnit] => Array
                (
                    [type] => string
                )

            [gradient] => Array
                (
                    [type] => string
                )

            [customGradient] => Array
                (
                    [type] => string
                )

            [contentPosition] => Array
                (
                    [type] => string
                )

            [isDark] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [allowedBlocks] => Array
                (
                    [type] => array
                )

            [templateLock] => Array
                (
                    [type] => Array
                        (
                            [0] => string
                            [1] => boolean
                        )

                    [enum] => Array
                        (
                            [0] => all
                            [1] => insert
                            [2] => contentOnly
                            [3] => 
                        )

                )

            [tagName] => Array
                (
                    [type] => string
                    [default] => div
                )

            [sizeSlug] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => 1
            [html] => 
            [shadow] => 1
            [spacing] => Array
                (
                    [padding] => 1
                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                    [blockGap] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 1
                            [blockGap] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [color] => Array
                (
                    [__experimentalDuotone] => > .wp-block-cover__image-background, > .wp-block-cover__video-background
                    [heading] => 1
                    [text] => 1
                    [background] => 
                    [__experimentalSkipSerialization] => Array
                        (
                            [0] => gradients
                        )

                    [enableContrastChecker] => 
                )

            [dimensions] => Array
                (
                    [aspectRatio] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [layout] => Array
                (
                    [allowJustification] => 
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [filter] => Array
                (
                    [duotone] => 1
                )

        )

    [render_callback] => render_block_core_cover
    [editor_style_handles] => Array
        (
            [0] => wp-block-cover-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-cover
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/file
    [title] => File
    [category] => media
    [description] => Add a link to a downloadable file.
    [keywords] => Array
        (
            [0] => document
            [1] => pdf
            [2] => download
        )

    [attributes] => Array
        (
            [id] => Array
                (
                    [type] => number
                )

            [blob] => Array
                (
                    [type] => string
                    [role] => local
                )

            [href] => Array
                (
                    [type] => string
                    [role] => content
                )

            [fileId] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => a:not([download])
                    [attribute] => id
                )

            [fileName] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => a:not([download])
                    [role] => content
                )

            [textLinkHref] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => a:not([download])
                    [attribute] => href
                    [role] => content
                )

            [textLinkTarget] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => a:not([download])
                    [attribute] => target
                )

            [showDownloadButton] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [downloadButtonText] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => a[download]
                    [role] => content
                )

            [displayPreview] => Array
                (
                    [type] => boolean
                )

            [previewHeight] => Array
                (
                    [type] => number
                    [default] => 600
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => 1
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [link] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

            [interactivity] => 1
        )

    [render_callback] => render_block_core_file
    [editor_style_handles] => Array
        (
            [0] => wp-block-file-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-file
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/footnotes
    [title] => Footnotes
    [category] => text
    [description] => Display footnotes added to the page.
    [keywords] => Array
        (
            [0] => references
        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
        )

    [supports] => Array
        (
            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 
                            [color] => 
                            [width] => 
                            [style] => 
                        )

                )

            [color] => Array
                (
                    [background] => 1
                    [link] => 1
                    [text] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [link] => 1
                            [text] => 1
                        )

                )

            [html] => 
            [multiple] => 
            [reusable] => 
            [inserter] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_footnotes
    [editor_style_handles] => Array
        (
            [0] => wp-block-footnotes-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-footnotes
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/gallery
    [title] => Gallery
    [category] => media
    [description] => Display multiple images in a rich gallery.
    [keywords] => Array
        (
            [0] => images
            [1] => photos
        )

    [attributes] => Array
        (
            [images] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                        )

                    [source] => query
                    [selector] => .blocks-gallery-item
                    [query] => Array
                        (
                            [url] => Array
                                (
                                    [type] => string
                                    [source] => attribute
                                    [selector] => img
                                    [attribute] => src
                                )

                            [fullUrl] => Array
                                (
                                    [type] => string
                                    [source] => attribute
                                    [selector] => img
                                    [attribute] => data-full-url
                                )

                            [link] => Array
                                (
                                    [type] => string
                                    [source] => attribute
                                    [selector] => img
                                    [attribute] => data-link
                                )

                            [alt] => Array
                                (
                                    [type] => string
                                    [source] => attribute
                                    [selector] => img
                                    [attribute] => alt
                                    [default] => 
                                )

                            [id] => Array
                                (
                                    [type] => string
                                    [source] => attribute
                                    [selector] => img
                                    [attribute] => data-id
                                )

                            [caption] => Array
                                (
                                    [type] => rich-text
                                    [source] => rich-text
                                    [selector] => .blocks-gallery-item__caption
                                )

                        )

                )

            [ids] => Array
                (
                    [type] => array
                    [items] => Array
                        (
                            [type] => number
                        )

                    [default] => Array
                        (
                        )

                )

            [shortCodeTransforms] => Array
                (
                    [type] => array
                    [items] => Array
                        (
                            [type] => object
                        )

                    [default] => Array
                        (
                        )

                )

            [columns] => Array
                (
                    [type] => number
                    [minimum] => 1
                    [maximum] => 8
                )

            [caption] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => .blocks-gallery-caption
                )

            [imageCrop] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [randomOrder] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [fixedHeight] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [linkTarget] => Array
                (
                    [type] => string
                )

            [linkTo] => Array
                (
                    [type] => string
                )

            [sizeSlug] => Array
                (
                    [type] => string
                    [default] => large
                )

            [allowResize] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [provides_context] => Array
        (
            [allowResize] => allowResize
            [imageCrop] => imageCrop
            [fixedHeight] => fixedHeight
        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => 1
            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                        )

                )

            [html] => 
            [units] => Array
                (
                    [0] => px
                    [1] => em
                    [2] => rem
                    [3] => vh
                    [4] => vw
                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [blockGap] => Array
                        (
                            [0] => horizontal
                            [1] => vertical
                        )

                    [__experimentalSkipSerialization] => Array
                        (
                            [0] => blockGap
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [blockGap] => 1
                            [margin] => 
                            [padding] => 
                        )

                )

            [color] => Array
                (
                    [text] => 
                    [background] => 1
                    [gradients] => 1
                )

            [layout] => Array
                (
                    [allowSwitching] => 
                    [allowInheriting] => 
                    [allowEditing] => 
                    [default] => Array
                        (
                            [type] => flex
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/image
        )

    [render_callback] => block_core_gallery_render
    [editor_style_handles] => Array
        (
            [0] => wp-block-gallery-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-gallery
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/heading
    [title] => Heading
    [category] => text
    [description] => Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.
    [keywords] => Array
        (
            [0] => title
            [1] => subtitle
        )

    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [content] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => h1,h2,h3,h4,h5,h6
                    [role] => content
                )

            [level] => Array
                (
                    [type] => number
                    [default] => 2
                )

            [levelOptions] => Array
                (
                    [type] => array
                )

            [placeholder] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [anchor] => 1
            [className] => 1
            [splitting] => 1
            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__unstablePasteTextInline] => 1
            [__experimentalSlashInserter] => 1
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => block_core_heading_render
    [editor_style_handles] => Array
        (
            [0] => wp-block-heading-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-heading
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/home-link
    [title] => Home Link
    [category] => design
    [parent] => Array
        (
            [0] => core/navigation
        )

    [description] => Create a link that always points to the homepage of the site. Usually not necessary if there is already a site title link present in the header.
    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => textColor
            [1] => customTextColor
            [2] => backgroundColor
            [3] => customBackgroundColor
            [4] => fontSize
            [5] => customFontSize
            [6] => style
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_home_link
    [editor_style_handles] => Array
        (
            [0] => wp-block-home-link-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-home-link
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/image
    [title] => Image
    [category] => media
    [description] => Insert an image to make a visual statement.
    [keywords] => Array
        (
            [0] => img
            [1] => photo
            [2] => picture
        )

    [attributes] => Array
        (
            [blob] => Array
                (
                    [type] => string
                    [role] => local
                )

            [url] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => img
                    [attribute] => src
                    [role] => content
                )

            [alt] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => img
                    [attribute] => alt
                    [default] => 
                    [role] => content
                )

            [caption] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => figcaption
                    [role] => content
                )

            [lightbox] => Array
                (
                    [type] => object
                    [enabled] => Array
                        (
                            [type] => boolean
                        )

                )

            [title] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => img
                    [attribute] => title
                    [role] => content
                )

            [href] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure > a
                    [attribute] => href
                    [role] => content
                )

            [rel] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure > a
                    [attribute] => rel
                )

            [linkClass] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure > a
                    [attribute] => class
                )

            [id] => Array
                (
                    [type] => number
                    [role] => content
                )

            [width] => Array
                (
                    [type] => string
                )

            [height] => Array
                (
                    [type] => string
                )

            [aspectRatio] => Array
                (
                    [type] => string
                )

            [scale] => Array
                (
                    [type] => string
                )

            [sizeSlug] => Array
                (
                    [type] => string
                )

            [linkDestination] => Array
                (
                    [type] => string
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure > a
                    [attribute] => target
                )

        )

    [uses_context] => Array
        (
            [0] => allowResize
            [1] => imageCrop
            [2] => fixedHeight
            [3] => postId
            [4] => postType
            [5] => queryId
        )

    [selectors] => Array
        (
            [border] => .wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder
            [shadow] => .wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder
            [filter] => Array
                (
                    [duotone] => .wp-block-image img, .wp-block-image .components-placeholder
                )

        )

    [supports] => Array
        (
            [interactivity] => 1
            [align] => Array
                (
                    [0] => left
                    [1] => center
                    [2] => right
                    [3] => wide
                    [4] => full
                )

            [anchor] => 1
            [color] => Array
                (
                    [text] => 
                    [background] => 
                )

            [filter] => Array
                (
                    [duotone] => 1
                )

            [spacing] => Array
                (
                    [margin] => 1
                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [width] => 1
                    [__experimentalSkipSerialization] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [width] => 1
                        )

                )

            [shadow] => Array
                (
                    [__experimentalSkipSerialization] => 1
                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => default
                    [label] => Default
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => rounded
                    [label] => Rounded
                )

        )

    [render_callback] => render_block_core_image
    [editor_style_handles] => Array
        (
            [0] => wp-block-image-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-image
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/latest-comments
    [title] => Latest Comments
    [category] => widgets
    [description] => Display a list of your most recent comments.
    [keywords] => Array
        (
            [0] => recent comments
        )

    [attributes] => Array
        (
            [commentsToShow] => Array
                (
                    [type] => number
                    [default] => 5
                    [minimum] => 1
                    [maximum] => 100
                )

            [displayAvatar] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [displayDate] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [displayExcerpt] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

        )

    [supports] => Array
        (
            [align] => 1
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_latest_comments
    [editor_style_handles] => Array
        (
            [0] => wp-block-latest-comments-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-latest-comments
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/latest-posts
    [title] => Latest Posts
    [category] => widgets
    [description] => Display a list of your most recent posts.
    [keywords] => Array
        (
            [0] => recent posts
        )

    [attributes] => Array
        (
            [categories] => Array
                (
                    [type] => array
                    [items] => Array
                        (
                            [type] => object
                        )

                )

            [selectedAuthor] => Array
                (
                    [type] => number
                )

            [postsToShow] => Array
                (
                    [type] => number
                    [default] => 5
                )

            [displayPostContent] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [displayPostContentRadio] => Array
                (
                    [type] => string
                    [default] => excerpt
                )

            [excerptLength] => Array
                (
                    [type] => number
                    [default] => 55
                )

            [displayAuthor] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [displayPostDate] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [postLayout] => Array
                (
                    [type] => string
                    [default] => list
                )

            [columns] => Array
                (
                    [type] => number
                    [default] => 3
                )

            [order] => Array
                (
                    [type] => string
                    [default] => desc
                )

            [orderBy] => Array
                (
                    [type] => string
                    [default] => date
                )

            [displayFeaturedImage] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [featuredImageAlign] => Array
                (
                    [type] => string
                    [enum] => Array
                        (
                            [0] => left
                            [1] => center
                            [2] => right
                        )

                )

            [featuredImageSizeSlug] => Array
                (
                    [type] => string
                    [default] => thumbnail
                )

            [featuredImageSizeWidth] => Array
                (
                    [type] => number
                    [default] => 
                )

            [featuredImageSizeHeight] => Array
                (
                    [type] => number
                    [default] => 
                )

            [addLinkToFeaturedImage] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [supports] => Array
        (
            [align] => 1
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_latest_posts
    [editor_style_handles] => Array
        (
            [0] => wp-block-latest-posts-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-latest-posts
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/list
    [title] => List
    [category] => text
    [description] => An organized collection of items displayed in a specific order.
    [keywords] => Array
        (
            [0] => bullet list
            [1] => ordered list
            [2] => numbered list
        )

    [attributes] => Array
        (
            [ordered] => Array
                (
                    [type] => boolean
                    [default] => 
                    [role] => content
                )

            [values] => Array
                (
                    [type] => string
                    [source] => html
                    [selector] => ol,ul
                    [multiline] => li
                    [__unstableMultilineWrapperTags] => Array
                        (
                            [0] => ol
                            [1] => ul
                        )

                    [default] => 
                    [role] => content
                )

            [type] => Array
                (
                    [type] => string
                )

            [start] => Array
                (
                    [type] => number
                )

            [reversed] => Array
                (
                    [type] => boolean
                )

            [placeholder] => Array
                (
                    [type] => string
                )

        )

    [selectors] => Array
        (
            [border] => .wp-block-list:not(.wp-block-list .wp-block-list)
        )

    [supports] => Array
        (
            [anchor] => 1
            [html] => 
            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [__unstablePasteTextInline] => 1
            [__experimentalOnMerge] => 1
            [__experimentalSlashInserter] => 1
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/list-item
        )

    [render_callback] => block_core_list_render
    [editor_style_handles] => Array
        (
            [0] => wp-block-list-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-list
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/loginout
    [title] => Login/out
    [category] => theme
    [description] => Show login & logout links.
    [keywords] => Array
        (
            [0] => login
            [1] => logout
            [2] => form
        )

    [attributes] => Array
        (
            [displayLoginAsForm] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [redirectToCurrent] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

        )

    [supports] => Array
        (
            [className] => 1
            [color] => Array
                (
                    [background] => 1
                    [text] => 
                    [gradients] => 1
                    [link] => 1
                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_loginout
    [editor_style_handles] => Array
        (
            [0] => wp-block-loginout-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-loginout
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/media-text
    [title] => Media & Text
    [category] => media
    [description] => Set media and words side-by-side for a richer layout.
    [keywords] => Array
        (
            [0] => image
            [1] => video
        )

    [attributes] => Array
        (
            [align] => Array
                (
                    [type] => string
                    [default] => none
                )

            [mediaAlt] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure img
                    [attribute] => alt
                    [default] => 
                    [role] => content
                )

            [mediaPosition] => Array
                (
                    [type] => string
                    [default] => left
                )

            [mediaId] => Array
                (
                    [type] => number
                    [role] => content
                )

            [mediaUrl] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure video,figure img
                    [attribute] => src
                    [role] => content
                )

            [mediaLink] => Array
                (
                    [type] => string
                )

            [linkDestination] => Array
                (
                    [type] => string
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure a
                    [attribute] => target
                )

            [href] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure a
                    [attribute] => href
                    [role] => content
                )

            [rel] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure a
                    [attribute] => rel
                )

            [linkClass] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => figure a
                    [attribute] => class
                )

            [mediaType] => Array
                (
                    [type] => string
                    [role] => content
                )

            [mediaWidth] => Array
                (
                    [type] => number
                    [default] => 50
                )

            [mediaSizeSlug] => Array
                (
                    [type] => string
                )

            [isStackedOnMobile] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [verticalAlignment] => Array
                (
                    [type] => string
                )

            [imageFill] => Array
                (
                    [type] => boolean
                )

            [focalPoint] => Array
                (
                    [type] => object
                )

            [allowedBlocks] => Array
                (
                    [type] => array
                )

            [useFeaturedImage] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [heading] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_media_text
    [editor_style_handles] => Array
        (
            [0] => wp-block-media-text-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-media-text
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/navigation
    [title] => Navigation
    [category] => theme
    [description] => A collection of blocks that allow visitors to get around your site.
    [keywords] => Array
        (
            [0] => menu
            [1] => navigation
            [2] => links
        )

    [attributes] => Array
        (
            [ref] => Array
                (
                    [type] => number
                )

            [textColor] => Array
                (
                    [type] => string
                )

            [customTextColor] => Array
                (
                    [type] => string
                )

            [rgbTextColor] => Array
                (
                    [type] => string
                )

            [backgroundColor] => Array
                (
                    [type] => string
                )

            [customBackgroundColor] => Array
                (
                    [type] => string
                )

            [rgbBackgroundColor] => Array
                (
                    [type] => string
                )

            [showSubmenuIcon] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [openSubmenusOnClick] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [overlayMenu] => Array
                (
                    [type] => string
                    [default] => mobile
                )

            [icon] => Array
                (
                    [type] => string
                    [default] => handle
                )

            [hasIcon] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [__unstableLocation] => Array
                (
                    [type] => string
                )

            [overlayBackgroundColor] => Array
                (
                    [type] => string
                )

            [customOverlayBackgroundColor] => Array
                (
                    [type] => string
                )

            [overlayTextColor] => Array
                (
                    [type] => string
                )

            [customOverlayTextColor] => Array
                (
                    [type] => string
                )

            [maxNestingLevel] => Array
                (
                    [type] => number
                    [default] => 5
                )

            [templateLock] => Array
                (
                    [type] => Array
                        (
                            [0] => string
                            [1] => boolean
                        )

                    [enum] => Array
                        (
                            [0] => all
                            [1] => insert
                            [2] => contentOnly
                            [3] => 
                        )

                )

        )

    [provides_context] => Array
        (
            [textColor] => textColor
            [customTextColor] => customTextColor
            [backgroundColor] => backgroundColor
            [customBackgroundColor] => customBackgroundColor
            [overlayTextColor] => overlayTextColor
            [customOverlayTextColor] => customOverlayTextColor
            [overlayBackgroundColor] => overlayBackgroundColor
            [customOverlayBackgroundColor] => customOverlayBackgroundColor
            [fontSize] => fontSize
            [customFontSize] => customFontSize
            [showSubmenuIcon] => showSubmenuIcon
            [openSubmenusOnClick] => openSubmenusOnClick
            [style] => style
            [maxNestingLevel] => maxNestingLevel
        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [ariaLabel] => 1
            [html] => 
            [inserter] => 1
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalSkipSerialization] => Array
                        (
                            [0] => textDecoration
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [spacing] => Array
                (
                    [blockGap] => 1
                    [units] => Array
                        (
                            [0] => px
                            [1] => em
                            [2] => rem
                            [3] => vh
                            [4] => vw
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [blockGap] => 1
                        )

                )

            [layout] => Array
                (
                    [allowSwitching] => 
                    [allowInheriting] => 
                    [allowVerticalAlignment] => 
                    [allowSizingOnChildren] => 1
                    [default] => Array
                        (
                            [type] => flex
                        )

                )

            [interactivity] => 1
            [renaming] => 
        )

    [allowed_blocks] => Array
        (
            [0] => core/navigation-link
            [1] => core/search
            [2] => core/social-links
            [3] => core/page-list
            [4] => core/spacer
            [5] => core/home-link
            [6] => core/site-title
            [7] => core/site-logo
            [8] => core/navigation-submenu
            [9] => core/loginout
            [10] => core/buttons
        )

    [render_callback] => render_block_core_navigation
    [editor_style_handles] => Array
        (
            [0] => wp-block-navigation-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-navigation
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/navigation-link
    [title] => Custom Link
    [category] => design
    [parent] => Array
        (
            [0] => core/navigation
        )

    [description] => Add a page, link, or another item to your navigation.
    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                )

            [type] => Array
                (
                    [type] => string
                )

            [description] => Array
                (
                    [type] => string
                )

            [rel] => Array
                (
                    [type] => string
                )

            [id] => Array
                (
                    [type] => number
                )

            [opensInNewTab] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [url] => Array
                (
                    [type] => string
                )

            [title] => Array
                (
                    [type] => string
                )

            [kind] => Array
                (
                    [type] => string
                )

            [isTopLevelLink] => Array
                (
                    [type] => boolean
                )

        )

    [uses_context] => Array
        (
            [0] => textColor
            [1] => customTextColor
            [2] => backgroundColor
            [3] => customBackgroundColor
            [4] => overlayTextColor
            [5] => customOverlayTextColor
            [6] => overlayBackgroundColor
            [7] => customOverlayBackgroundColor
            [8] => fontSize
            [9] => customFontSize
            [10] => showSubmenuIcon
            [11] => maxNestingLevel
            [12] => style
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [__experimentalSlashInserter] => 1
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [renaming] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/navigation-link
            [1] => core/navigation-submenu
            [2] => core/page-list
        )

    [render_callback] => render_block_core_navigation_link
    [editor_style_handles] => Array
        (
            [0] => wp-block-navigation-link-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-navigation-link
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/navigation-submenu
    [title] => Submenu
    [category] => design
    [parent] => Array
        (
            [0] => core/navigation
        )

    [description] => Add a submenu to your navigation.
    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                )

            [type] => Array
                (
                    [type] => string
                )

            [description] => Array
                (
                    [type] => string
                )

            [rel] => Array
                (
                    [type] => string
                )

            [id] => Array
                (
                    [type] => number
                )

            [opensInNewTab] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [url] => Array
                (
                    [type] => string
                )

            [title] => Array
                (
                    [type] => string
                )

            [kind] => Array
                (
                    [type] => string
                )

            [isTopLevelItem] => Array
                (
                    [type] => boolean
                )

        )

    [uses_context] => Array
        (
            [0] => textColor
            [1] => customTextColor
            [2] => backgroundColor
            [3] => customBackgroundColor
            [4] => overlayTextColor
            [5] => customOverlayTextColor
            [6] => overlayBackgroundColor
            [7] => customOverlayBackgroundColor
            [8] => fontSize
            [9] => customFontSize
            [10] => showSubmenuIcon
            [11] => maxNestingLevel
            [12] => openSubmenusOnClick
            [13] => style
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_navigation_submenu
    [editor_style_handles] => Array
        (
            [0] => wp-block-navigation-submenu-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-navigation-submenu
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/page-list
    [title] => Page List
    [category] => widgets
    [description] => Display a list of all pages.
    [keywords] => Array
        (
            [0] => menu
            [1] => navigation
        )

    [attributes] => Array
        (
            [parentPageID] => Array
                (
                    [type] => integer
                    [default] => 0
                )

            [isNested] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [uses_context] => Array
        (
            [0] => textColor
            [1] => customTextColor
            [2] => backgroundColor
            [3] => customBackgroundColor
            [4] => overlayTextColor
            [5] => customOverlayTextColor
            [6] => overlayBackgroundColor
            [7] => customOverlayBackgroundColor
            [8] => fontSize
            [9] => customFontSize
            [10] => showSubmenuIcon
            [11] => style
            [12] => openSubmenusOnClick
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [color] => Array
                (
                    [text] => 1
                    [background] => 1
                    [link] => 1
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

            [spacing] => Array
                (
                    [padding] => 1
                    [margin] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 
                            [margin] => 
                        )

                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/page-list-item
        )

    [render_callback] => render_block_core_page_list
    [editor_style_handles] => Array
        (
            [0] => wp-block-page-list-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-page-list
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/page-list-item
    [title] => Page List Item
    [category] => widgets
    [parent] => Array
        (
            [0] => core/page-list
        )

    [description] => Displays a page inside a list of all pages.
    [keywords] => Array
        (
            [0] => page
            [1] => menu
            [2] => navigation
        )

    [attributes] => Array
        (
            [id] => Array
                (
                    [type] => number
                )

            [label] => Array
                (
                    [type] => string
                )

            [title] => Array
                (
                    [type] => string
                )

            [link] => Array
                (
                    [type] => string
                )

            [hasChildren] => Array
                (
                    [type] => boolean
                )

        )

    [uses_context] => Array
        (
            [0] => textColor
            [1] => customTextColor
            [2] => backgroundColor
            [3] => customBackgroundColor
            [4] => overlayTextColor
            [5] => customOverlayTextColor
            [6] => overlayBackgroundColor
            [7] => customOverlayBackgroundColor
            [8] => fontSize
            [9] => customFontSize
            [10] => showSubmenuIcon
            [11] => style
            [12] => openSubmenusOnClick
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [lock] => 
            [inserter] => 
            [__experimentalToolbar] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-page-list-item-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-page-list-item
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/pattern
    [title] => Pattern Placeholder
    [category] => theme
    [description] => Show a block pattern.
    [attributes] => Array
        (
            [slug] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [html] => 
            [inserter] => 
            [renaming] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_pattern
    [editor_style_handles] => Array
        (
            [0] => wp-block-pattern-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-pattern
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-author
    [title] => Author
    [category] => theme
    [description] => Display post author details such as name, avatar, and bio.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [avatarSize] => Array
                (
                    [type] => number
                    [default] => 48
                )

            [showAvatar] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [showBio] => Array
                (
                    [type] => boolean
                )

            [byline] => Array
                (
                    [type] => string
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 
                    [role] => content
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                    [role] => content
                )

        )

    [uses_context] => Array
        (
            [0] => postType
            [1] => postId
            [2] => queryId
        )

    [supports] => Array
        (
            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDuotone] => .wp-block-post-author__avatar img
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

            [filter] => Array
                (
                    [duotone] => 1
                )

        )

    [render_callback] => render_block_core_post_author
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-author-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-author
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-author-biography
    [title] => Author Biography
    [category] => theme
    [description] => The author biography.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => postType
            [1] => postId
        )

    [supports] => Array
        (
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_author_biography
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-author-biography-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-author-biography
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-author-name
    [title] => Author Name
    [category] => theme
    [description] => The author name.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 
                    [role] => content
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                    [role] => content
                )

        )

    [uses_context] => Array
        (
            [0] => postType
            [1] => postId
        )

    [supports] => Array
        (
            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_author_name
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-author-name-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-author-name
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-comments-form
    [title] => Comments Form
    [category] => theme
    [description] => Display a post's comments form.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
        )

    [supports] => Array
        (
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [heading] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [attributes] => Array
                (
                    [textAlign] => center
                )

        )

    [render_callback] => render_block_core_post_comments_form
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-comments-form-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-comments-form
            [1] => wp-block-buttons
            [2] => wp-block-button
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-content
    [title] => Content
    [category] => theme
    [description] => Displays the contents of a post or page.
    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [layout] => 1
            [background] => Array
                (
                    [backgroundImage] => 1
                    [backgroundSize] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [backgroundImage] => 1
                        )

                )

            [dimensions] => Array
                (
                    [minHeight] => 1
                )

            [spacing] => Array
                (
                    [blockGap] => 1
                    [padding] => 1
                    [margin] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [heading] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 
                            [text] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_content
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-content-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-content
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-date
    [title] => Date
    [category] => theme
    [description] => Display the publish date for an entry such as a post or page.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [format] => Array
                (
                    [type] => string
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 
                    [role] => content
                )

            [displayType] => Array
                (
                    [type] => string
                    [default] => date
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [supports] => Array
        (
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_date
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-date-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-date
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-excerpt
    [title] => Excerpt
    [category] => theme
    [description] => Display the excerpt.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [moreText] => Array
                (
                    [type] => string
                )

            [showMoreOnNewLine] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [excerptLength] => Array
                (
                    [type] => number
                    [default] => 100
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [supports] => Array
        (
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_excerpt
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-excerpt-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-excerpt
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-featured-image
    [title] => Featured Image
    [category] => theme
    [description] => Display a post's featured image.
    [attributes] => Array
        (
            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 
                    [role] => content
                )

            [aspectRatio] => Array
                (
                    [type] => string
                )

            [width] => Array
                (
                    [type] => string
                )

            [height] => Array
                (
                    [type] => string
                )

            [scale] => Array
                (
                    [type] => string
                    [default] => cover
                )

            [sizeSlug] => Array
                (
                    [type] => string
                )

            [rel] => Array
                (
                    [type] => string
                    [attribute] => rel
                    [default] => 
                    [role] => content
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                    [role] => content
                )

            [overlayColor] => Array
                (
                    [type] => string
                )

            [customOverlayColor] => Array
                (
                    [type] => string
                )

            [dimRatio] => Array
                (
                    [type] => number
                    [default] => 0
                )

            [gradient] => Array
                (
                    [type] => string
                )

            [customGradient] => Array
                (
                    [type] => string
                )

            [useFirstImageFromPost] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [selectors] => Array
        (
            [border] => .wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay
            [shadow] => .wp-block-post-featured-image img, .wp-block-post-featured-image .components-placeholder
            [filter] => Array
                (
                    [duotone] => .wp-block-post-featured-image img, .wp-block-post-featured-image .wp-block-post-featured-image__placeholder, .wp-block-post-featured-image .components-placeholder__illustration, .wp-block-post-featured-image .components-placeholder::before
                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => left
                    [1] => right
                    [2] => center
                    [3] => wide
                    [4] => full
                )

            [color] => Array
                (
                    [text] => 
                    [background] => 
                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [width] => 1
                    [__experimentalSkipSerialization] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [width] => 1
                        )

                )

            [filter] => Array
                (
                    [duotone] => 1
                )

            [shadow] => Array
                (
                    [__experimentalSkipSerialization] => 1
                )

            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_featured_image
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-featured-image-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-featured-image
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-navigation-link
    [title] => Post Navigation Link
    [category] => theme
    [description] => Displays the next or previous post link that is adjacent to the current post.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [type] => Array
                (
                    [type] => string
                    [default] => next
                )

            [label] => Array
                (
                    [type] => string
                )

            [showTitle] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [linkLabel] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [arrow] => Array
                (
                    [type] => string
                    [default] => none
                )

            [taxonomy] => Array
                (
                    [type] => string
                    [default] => 
                )

        )

    [uses_context] => Array
        (
            [0] => postType
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [link] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_post_navigation_link
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-navigation-link-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-navigation-link
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-template
    [title] => Post Template
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/query
        )

    [description] => Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.
    [uses_context] => Array
        (
            [0] => queryId
            [1] => query
            [2] => displayLayout
            [3] => templateSlug
            [4] => previewPostType
            [5] => enhancedPagination
            [6] => postType
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [layout] => 1
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [blockGap] => Array
                        (
                            [__experimentalDefault] => 1.25em
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [blockGap] => 1
                            [padding] => 
                            [margin] => 
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

        )

    [render_callback] => render_block_core_post_template
    [skip_inner_blocks] => 1
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-template-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-template
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-terms
    [title] => Post Terms
    [category] => theme
    [description] => Post terms.
    [attributes] => Array
        (
            [term] => Array
                (
                    [type] => string
                )

            [textAlign] => Array
                (
                    [type] => string
                )

            [separator] => Array
                (
                    [type] => string
                    [default] => , 
                )

            [prefix] => Array
                (
                    [type] => string
                    [default] => 
                )

            [suffix] => Array
                (
                    [type] => string
                    [default] => 
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
        )

    [supports] => Array
        (
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_terms
    [variation_callback] => block_core_post_terms_build_variations
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-terms-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-terms
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/post-title
    [title] => Title
    [category] => theme
    [description] => Displays the title of a post, page, or any other content-type.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [level] => Array
                (
                    [type] => number
                    [default] => 2
                )

            [levelOptions] => Array
                (
                    [type] => array
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 
                    [role] => content
                )

            [rel] => Array
                (
                    [type] => string
                    [attribute] => rel
                    [default] => 
                    [role] => content
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                    [role] => content
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
        )

    [render_callback] => render_block_core_post_title
    [editor_style_handles] => Array
        (
            [0] => wp-block-post-title-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-post-title
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query
    [title] => Query Loop
    [category] => theme
    [description] => An advanced block that allows displaying post types based on different query parameters and visual configurations.
    [keywords] => Array
        (
            [0] => posts
            [1] => list
            [2] => blog
            [3] => blogs
            [4] => custom post types
        )

    [attributes] => Array
        (
            [queryId] => Array
                (
                    [type] => number
                )

            [query] => Array
                (
                    [type] => object
                    [default] => Array
                        (
                            [perPage] => 
                            [pages] => 0
                            [offset] => 0
                            [postType] => post
                            [order] => desc
                            [orderBy] => date
                            [author] => 
                            [search] => 
                            [exclude] => Array
                                (
                                )

                            [sticky] => 
                            [inherit] => 1
                            [taxQuery] => 
                            [parents] => Array
                                (
                                )

                            [format] => Array
                                (
                                )

                        )

                )

            [tagName] => Array
                (
                    [type] => string
                    [default] => div
                )

            [namespace] => Array
                (
                    [type] => string
                )

            [enhancedPagination] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [provides_context] => Array
        (
            [queryId] => queryId
            [query] => query
            [displayLayout] => displayLayout
            [enhancedPagination] => enhancedPagination
        )

    [uses_context] => Array
        (
            [0] => templateSlug
        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [layout] => 1
            [interactivity] => 1
        )

    [render_callback] => render_block_core_query
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query-no-results
    [title] => No Results
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/query
        )

    [description] => Contains the block elements used to render content when no query results are found.
    [uses_context] => Array
        (
            [0] => queryId
            [1] => query
        )

    [supports] => Array
        (
            [align] => 1
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_query_no_results
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-no-results-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query-no-results
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query-pagination
    [title] => Pagination
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/query
        )

    [description] => Displays a paginated navigation to next/previous set of posts, when applicable.
    [attributes] => Array
        (
            [paginationArrow] => Array
                (
                    [type] => string
                    [default] => none
                )

            [showLabel] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

        )

    [provides_context] => Array
        (
            [paginationArrow] => paginationArrow
            [showLabel] => showLabel
        )

    [uses_context] => Array
        (
            [0] => queryId
            [1] => query
        )

    [supports] => Array
        (
            [align] => 1
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [layout] => Array
                (
                    [allowSwitching] => 
                    [allowInheriting] => 
                    [default] => Array
                        (
                            [type] => flex
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/query-pagination-previous
            [1] => core/query-pagination-numbers
            [2] => core/query-pagination-next
        )

    [render_callback] => render_block_core_query_pagination
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-pagination-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query-pagination
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query-pagination-next
    [title] => Next Page
    [category] => theme
    [parent] => Array
        (
            [0] => core/query-pagination
        )

    [description] => Displays the next posts page link.
    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => queryId
            [1] => query
            [2] => paginationArrow
            [3] => showLabel
            [4] => enhancedPagination
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_query_pagination_next
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-pagination-next-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query-pagination-next
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query-pagination-numbers
    [title] => Page Numbers
    [category] => theme
    [parent] => Array
        (
            [0] => core/query-pagination
        )

    [description] => Displays a list of page numbers for pagination.
    [attributes] => Array
        (
            [midSize] => Array
                (
                    [type] => number
                    [default] => 2
                )

        )

    [uses_context] => Array
        (
            [0] => queryId
            [1] => query
            [2] => enhancedPagination
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_query_pagination_numbers
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-pagination-numbers-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query-pagination-numbers
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query-pagination-previous
    [title] => Previous Page
    [category] => theme
    [parent] => Array
        (
            [0] => core/query-pagination
        )

    [description] => Displays the previous posts page link.
    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => queryId
            [1] => query
            [2] => paginationArrow
            [3] => showLabel
            [4] => enhancedPagination
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_query_pagination_previous
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-pagination-previous-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query-pagination-previous
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query-title
    [title] => Query Title
    [category] => theme
    [description] => Display the query title.
    [attributes] => Array
        (
            [type] => Array
                (
                    [type] => string
                )

            [textAlign] => Array
                (
                    [type] => string
                )

            [level] => Array
                (
                    [type] => number
                    [default] => 1
                )

            [levelOptions] => Array
                (
                    [type] => array
                )

            [showPrefix] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [showSearchTerm] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [example] => Array
        (
            [attributes] => Array
                (
                    [type] => search
                )

        )

    [render_callback] => render_block_core_query_title
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-title-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query-title
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/query-total
    [title] => Query Total
    [category] => theme
    [ancestor] => Array
        (
            [0] => core/query
        )

    [description] => Display the total number of results in a query.
    [attributes] => Array
        (
            [displayType] => Array
                (
                    [type] => string
                    [default] => total-results
                )

        )

    [uses_context] => Array
        (
            [0] => queryId
            [1] => query
        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_query_total
    [editor_style_handles] => Array
        (
            [0] => wp-block-query-total-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-query-total
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/read-more
    [title] => Read More
    [category] => theme
    [description] => Displays the link of a post, page, or any other content-type.
    [attributes] => Array
        (
            [content] => Array
                (
                    [type] => string
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                )

        )

    [uses_context] => Array
        (
            [0] => postId
        )

    [supports] => Array
        (
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                            [textDecoration] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [width] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_read_more
    [editor_style_handles] => Array
        (
            [0] => wp-block-read-more-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-read-more
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/rss
    [title] => RSS
    [category] => widgets
    [description] => Display entries from any RSS or Atom feed.
    [keywords] => Array
        (
            [0] => atom
            [1] => feed
        )

    [attributes] => Array
        (
            [columns] => Array
                (
                    [type] => number
                    [default] => 2
                )

            [blockLayout] => Array
                (
                    [type] => string
                    [default] => list
                )

            [feedURL] => Array
                (
                    [type] => string
                    [default] => 
                )

            [itemsToShow] => Array
                (
                    [type] => number
                    [default] => 5
                )

            [displayExcerpt] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [displayAuthor] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [displayDate] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [excerptLength] => Array
                (
                    [type] => number
                    [default] => 55
                )

        )

    [supports] => Array
        (
            [align] => 1
            [html] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 
                            [margin] => 
                        )

                )

            [color] => Array
                (
                    [background] => 1
                    [text] => 1
                    [gradients] => 1
                    [link] => 1
                )

        )

    [render_callback] => render_block_core_rss
    [editor_style_handles] => Array
        (
            [0] => wp-block-rss-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-rss
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/search
    [title] => Search
    [category] => widgets
    [description] => Help visitors find your content.
    [keywords] => Array
        (
            [0] => find
        )

    [attributes] => Array
        (
            [label] => Array
                (
                    [type] => string
                    [role] => content
                )

            [showLabel] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [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] => 
                )

            [query] => Array
                (
                    [type] => object
                    [default] => Array
                        (
                        )

                )

            [isSearchFieldHidden] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => left
                    [1] => center
                    [2] => right
                )

            [color] => Array
                (
                    [gradients] => 1
                    [__experimentalSkipSerialization] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [interactivity] => 1
            [typography] => Array
                (
                    [__experimentalSkipSerialization] => 1
                    [__experimentalSelector] => .wp-block-search__label, .wp-block-search__input, .wp-block-search__button
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [width] => 1
                    [__experimentalSkipSerialization] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [width] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                )

            [html] => 
        )

    [render_callback] => render_block_core_search
    [editor_style_handles] => Array
        (
            [0] => wp-block-search-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-search
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/shortcode
    [title] => Shortcode
    [category] => widgets
    [description] => Insert additional custom elements with a WordPress shortcode.
    [attributes] => Array
        (
            [text] => Array
                (
                    [type] => string
                    [source] => raw
                )

        )

    [supports] => Array
        (
            [className] => 
            [customClassName] => 
            [html] => 
        )

    [render_callback] => render_block_core_shortcode
    [editor_style_handles] => Array
        (
            [0] => wp-block-shortcode-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-shortcode
        )

)

Type: array
Value: Array
(
    [api_version] => 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.
    [attributes] => Array
        (
            [width] => Array
                (
                    [type] => number
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 1
                    [role] => content
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                    [role] => content
                )

            [shouldSyncIcon] => Array
                (
                    [type] => boolean
                )

        )

    [supports] => Array
        (
            [html] => 
            [align] => 1
            [alignWide] => 
            [color] => Array
                (
                    [__experimentalDuotone] => img, .components-placeholder__illustration, .components-placeholder::before
                    [text] => 
                    [background] => 
                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [filter] => Array
                (
                    [duotone] => 1
                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => default
                    [label] => Default
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => rounded
                    [label] => Rounded
                )

        )

    [example] => Array
        (
            [viewportWidth] => 500
            [attributes] => Array
                (
                    [width] => 350
                    [className] => block-editor-block-types-list__site-logo-example
                )

        )

    [render_callback] => render_block_core_site_logo
    [editor_style_handles] => Array
        (
            [0] => wp-block-site-logo-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-site-logo
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/site-tagline
    [title] => Site Tagline
    [category] => theme
    [description] => Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if it’s not displayed in the theme design.
    [keywords] => Array
        (
            [0] => description
        )

    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [level] => Array
                (
                    [type] => number
                    [default] => 0
                )

            [levelOptions] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                            [0] => 0
                            [1] => 1
                            [2] => 2
                            [3] => 3
                            [4] => 4
                            [5] => 5
                            [6] => 6
                        )

                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

        )

    [example] => Array
        (
            [viewportWidth] => 350
            [attributes] => Array
                (
                    [textAlign] => center
                )

        )

    [render_callback] => render_block_core_site_tagline
    [editor_style_handles] => Array
        (
            [0] => wp-block-site-tagline-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-site-tagline
        )

)

Type: array
Value: Array
(
    [api_version] => 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.
    [attributes] => Array
        (
            [level] => Array
                (
                    [type] => number
                    [default] => 1
                )

            [levelOptions] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                            [0] => 0
                            [1] => 1
                            [2] => 2
                            [3] => 3
                            [4] => 4
                            [5] => 5
                            [6] => 6
                        )

                )

            [textAlign] => Array
                (
                    [type] => string
                )

            [isLink] => Array
                (
                    [type] => boolean
                    [default] => 1
                    [role] => content
                )

            [linkTarget] => Array
                (
                    [type] => string
                    [default] => _self
                    [role] => content
                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                            [link] => 1
                        )

                )

            [spacing] => Array
                (
                    [padding] => 1
                    [margin] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

        )

    [example] => Array
        (
            [viewportWidth] => 500
        )

    [render_callback] => render_block_core_site_title
    [editor_style_handles] => Array
        (
            [0] => wp-block-site-title-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-site-title
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/social-link
    [title] => Social Icon
    [category] => widgets
    [parent] => Array
        (
            [0] => core/social-links
        )

    [description] => Display an icon linking to a social profile or site.
    [attributes] => Array
        (
            [url] => Array
                (
                    [type] => string
                    [role] => content
                )

            [service] => Array
                (
                    [type] => string
                )

            [label] => Array
                (
                    [type] => string
                    [role] => content
                )

            [rel] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => openInNewTab
            [1] => showLabels
            [2] => iconColor
            [3] => iconColorValue
            [4] => iconBackgroundColor
            [5] => iconBackgroundColorValue
        )

    [supports] => Array
        (
            [reusable] => 
            [html] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_social_link
    [editor_style_handles] => Array
        (
            [0] => wp-block-social-link-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-social-link
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/tag-cloud
    [title] => Tag Cloud
    [category] => widgets
    [description] => A cloud of popular keywords, each sized by how often it appears.
    [attributes] => Array
        (
            [numberOfTags] => Array
                (
                    [type] => number
                    [default] => 45
                    [minimum] => 1
                    [maximum] => 100
                )

            [taxonomy] => Array
                (
                    [type] => string
                    [default] => post_tag
                )

            [showTagCounts] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [smallestFontSize] => Array
                (
                    [type] => string
                    [default] => 8pt
                )

            [largestFontSize] => Array
                (
                    [type] => string
                    [default] => 22pt
                )

        )

    [supports] => Array
        (
            [html] => 
            [align] => 1
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalLetterSpacing] => 1
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => default
                    [label] => Default
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => outline
                    [label] => Outline
                )

        )

    [render_callback] => render_block_core_tag_cloud
    [editor_style_handles] => Array
        (
            [0] => wp-block-tag-cloud-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-tag-cloud
        )

)

Type: array
Value: Array
(
    [api_version] => 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.
    [attributes] => Array
        (
            [slug] => Array
                (
                    [type] => string
                )

            [theme] => Array
                (
                    [type] => string
                )

            [tagName] => Array
                (
                    [type] => string
                )

            [area] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [align] => 1
            [html] => 
            [reusable] => 
            [renaming] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => render_block_core_template_part
    [variation_callback] => build_template_part_block_variations
    [editor_style_handles] => Array
        (
            [0] => wp-block-template-part-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-template-part
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/term-description
    [title] => Term Description
    [category] => theme
    [description] => Display the description of categories, tags and custom taxonomies when viewing an archive.
    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [color] => Array
                (
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [padding] => 1
                    [margin] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [render_callback] => render_block_core_term_description
    [editor_style_handles] => Array
        (
            [0] => wp-block-term-description-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-term-description
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/audio
    [title] => Audio
    [category] => media
    [description] => Embed a simple audio player.
    [keywords] => Array
        (
            [0] => music
            [1] => sound
            [2] => podcast
            [3] => recording
        )

    [attributes] => Array
        (
            [blob] => Array
                (
                    [type] => string
                    [role] => local
                )

            [src] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => audio
                    [attribute] => src
                    [role] => content
                )

            [caption] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => figcaption
                    [role] => content
                )

            [id] => Array
                (
                    [type] => number
                    [role] => content
                )

            [autoplay] => Array
                (
                    [type] => boolean
                    [source] => attribute
                    [selector] => audio
                    [attribute] => autoplay
                )

            [loop] => Array
                (
                    [type] => boolean
                    [source] => attribute
                    [selector] => audio
                    [attribute] => loop
                )

            [preload] => Array
                (
                    [type] => string
                    [source] => attribute
                    [selector] => audio
                    [attribute] => preload
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => 1
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-audio-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-audio
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/buttons
    [title] => Buttons
    [category] => design
    [description] => Prompt visitors to take action with a group of button-style links.
    [keywords] => Array
        (
            [0] => link
        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [__experimentalExposeControlsToChildren] => 1
            [color] => Array
                (
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [spacing] => Array
                (
                    [blockGap] => Array
                        (
                            [0] => horizontal
                            [1] => vertical
                        )

                    [padding] => 1
                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [blockGap] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [layout] => Array
                (
                    [allowSwitching] => 
                    [allowInheriting] => 
                    [default] => Array
                        (
                            [type] => flex
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/button
        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-buttons-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-buttons
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/code
    [title] => Code
    [category] => text
    [description] => Display code snippets that respect your spacing and tabs.
    [attributes] => Array
        (
            [content] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => code
                    [__unstablePreserveWhiteSpace] => 1
                )

        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => wide
                )

            [anchor] => 1
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [width] => 1
                            [color] => 1
                        )

                )

            [color] => Array
                (
                    [text] => 1
                    [background] => 1
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-code-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-code
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/column
    [title] => Column
    [category] => design
    [parent] => Array
        (
            [0] => core/columns
        )

    [description] => A single column within a columns block.
    [attributes] => Array
        (
            [verticalAlignment] => Array
                (
                    [type] => string
                )

            [width] => Array
                (
                    [type] => string
                )

            [allowedBlocks] => Array
                (
                    [type] => array
                )

            [templateLock] => Array
                (
                    [type] => Array
                        (
                            [0] => string
                            [1] => boolean
                        )

                    [enum] => Array
                        (
                            [0] => all
                            [1] => insert
                            [2] => contentOnly
                            [3] => 
                        )

                )

        )

    [supports] => Array
        (
            [__experimentalOnEnter] => 1
            [anchor] => 1
            [reusable] => 
            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [heading] => 1
                    [button] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [shadow] => 1
            [spacing] => Array
                (
                    [blockGap] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 1
                            [blockGap] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [layout] => 1
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-column-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-column
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/columns
    [title] => Columns
    [category] => design
    [description] => Display content in multiple columns, with blocks added to each column.
    [attributes] => Array
        (
            [verticalAlignment] => Array
                (
                    [type] => string
                )

            [isStackedOnMobile] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [templateLock] => Array
                (
                    [type] => Array
                        (
                            [0] => string
                            [1] => boolean
                        )

                    [enum] => Array
                        (
                            [0] => all
                            [1] => insert
                            [2] => contentOnly
                            [3] => 
                        )

                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [html] => 
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [heading] => 1
                    [button] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [blockGap] => Array
                        (
                            [__experimentalDefault] => 2em
                            [sides] => Array
                                (
                                    [0] => horizontal
                                    [1] => vertical
                                )

                        )

                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 1
                            [blockGap] => 1
                        )

                )

            [layout] => Array
                (
                    [allowSwitching] => 
                    [allowInheriting] => 
                    [allowEditing] => 
                    [default] => Array
                        (
                            [type] => flex
                            [flexWrap] => nowrap
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [shadow] => 1
        )

    [allowed_blocks] => Array
        (
            [0] => core/column
        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-columns-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-columns
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/details
    [title] => Details
    [category] => text
    [description] => Hide and show additional content.
    [keywords] => Array
        (
            [0] => accordion
            [1] => summary
            [2] => toggle
            [3] => disclosure
        )

    [attributes] => Array
        (
            [showContent] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [summary] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => summary
                )

            [name] => Array
                (
                    [type] => string
                    [source] => attribute
                    [attribute] => name
                    [selector] => .wp-block-details
                )

            [allowedBlocks] => Array
                (
                    [type] => array
                )

            [placeholder] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [__experimentalOnEnter] => 1
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [anchor] => 1
            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [width] => 1
                    [style] => 1
                )

            [html] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [blockGap] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [layout] => Array
                (
                    [allowEditing] => 
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-details-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-details
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/embed
    [title] => Embed
    [category] => embed
    [description] => Add a block that displays content pulled from other sites, like Twitter or YouTube.
    [attributes] => Array
        (
            [url] => Array
                (
                    [type] => string
                    [role] => content
                )

            [caption] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => figcaption
                    [role] => content
                )

            [type] => Array
                (
                    [type] => string
                    [role] => content
                )

            [providerNameSlug] => Array
                (
                    [type] => string
                    [role] => content
                )

            [allowResponsive] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [responsive] => Array
                (
                    [type] => boolean
                    [default] => 
                    [role] => content
                )

            [previewable] => Array
                (
                    [type] => boolean
                    [default] => 1
                    [role] => content
                )

        )

    [supports] => Array
        (
            [align] => 1
            [spacing] => Array
                (
                    [margin] => 1
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-embed-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-embed
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/freeform
    [title] => Classic
    [category] => text
    [description] => Use the classic WordPress editor.
    [attributes] => Array
        (
            [content] => Array
                (
                    [type] => string
                    [source] => raw
                )

        )

    [supports] => Array
        (
            [className] => 
            [customClassName] => 
            [reusable] => 
        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-freeform-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-freeform
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/group
    [title] => Group
    [category] => design
    [description] => Gather blocks in a layout container.
    [keywords] => Array
        (
            [0] => container
            [1] => wrapper
            [2] => row
            [3] => section
        )

    [attributes] => Array
        (
            [tagName] => Array
                (
                    [type] => string
                    [default] => div
                )

            [templateLock] => Array
                (
                    [type] => Array
                        (
                            [0] => string
                            [1] => boolean
                        )

                    [enum] => Array
                        (
                            [0] => all
                            [1] => insert
                            [2] => contentOnly
                            [3] => 
                        )

                )

            [allowedBlocks] => Array
                (
                    [type] => array
                )

        )

    [supports] => Array
        (
            [__experimentalOnEnter] => 1
            [__experimentalOnMerge] => 1
            [__experimentalSettings] => 1
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [anchor] => 1
            [ariaLabel] => 1
            [html] => 
            [background] => Array
                (
                    [backgroundImage] => 1
                    [backgroundSize] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [backgroundImage] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [heading] => 1
                    [button] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [shadow] => 1
            [spacing] => Array
                (
                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                    [padding] => 1
                    [blockGap] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [padding] => 1
                            [blockGap] => 1
                        )

                )

            [dimensions] => Array
                (
                    [minHeight] => 1
                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [position] => Array
                (
                    [sticky] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [layout] => Array
                (
                    [allowSizingOnChildren] => 1
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-group-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-group
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/html
    [title] => Custom HTML
    [category] => widgets
    [description] => Add custom HTML code and preview it as you edit.
    [keywords] => Array
        (
            [0] => embed
        )

    [attributes] => Array
        (
            [content] => Array
                (
                    [type] => string
                    [source] => raw
                )

        )

    [supports] => Array
        (
            [customClassName] => 
            [className] => 
            [html] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-html-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-html
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/list-item
    [title] => List Item
    [category] => text
    [parent] => Array
        (
            [0] => core/list
        )

    [description] => An individual item within a list.
    [attributes] => Array
        (
            [placeholder] => Array
                (
                    [type] => string
                )

            [content] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => li
                    [role] => content
                )

        )

    [selectors] => Array
        (
            [root] => .wp-block-list > li
            [border] => .wp-block-list:not(.wp-block-list .wp-block-list) > li
        )

    [supports] => Array
        (
            [anchor] => 1
            [className] => 
            [splitting] => 1
            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [background] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/list
        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-list-item-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-list-item
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/missing
    [title] => Unsupported
    [category] => text
    [description] => Your site doesn’t include support for this block.
    [attributes] => Array
        (
            [originalName] => Array
                (
                    [type] => string
                )

            [originalUndelimitedContent] => Array
                (
                    [type] => string
                )

            [originalContent] => Array
                (
                    [type] => string
                    [source] => raw
                )

        )

    [supports] => Array
        (
            [className] => 
            [customClassName] => 
            [inserter] => 
            [html] => 
            [reusable] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-missing-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-missing
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/more
    [title] => More
    [category] => design
    [description] => Content before this block will be shown in the excerpt on your archives page.
    [keywords] => Array
        (
            [0] => read more
        )

    [attributes] => Array
        (
            [customText] => Array
                (
                    [type] => string
                    [default] => 
                )

            [noTeaser] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [supports] => Array
        (
            [customClassName] => 
            [className] => 
            [html] => 
            [multiple] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-more-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-more
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/nextpage
    [title] => Page Break
    [category] => design
    [parent] => Array
        (
            [0] => core/post-content
        )

    [description] => Separate your content into a multi-page experience.
    [keywords] => Array
        (
            [0] => next page
            [1] => pagination
        )

    [supports] => Array
        (
            [customClassName] => 
            [className] => 
            [html] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-nextpage-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-nextpage
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/paragraph
    [title] => Paragraph
    [category] => text
    [description] => Start with the basic building block of all narrative.
    [keywords] => Array
        (
            [0] => text
        )

    [attributes] => Array
        (
            [align] => Array
                (
                    [type] => string
                )

            [content] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => p
                    [role] => content
                )

            [dropCap] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [placeholder] => Array
                (
                    [type] => string
                )

            [direction] => Array
                (
                    [type] => string
                    [enum] => Array
                        (
                            [0] => ltr
                            [1] => rtl
                        )

                )

        )

    [supports] => Array
        (
            [splitting] => 1
            [anchor] => 1
            [className] => 
            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalSelector] => p
            [__unstablePasteTextInline] => 1
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-paragraph-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-paragraph
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/preformatted
    [title] => Preformatted
    [category] => text
    [description] => Add text that respects your spacing and tabs, and also allows styling.
    [attributes] => Array
        (
            [content] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => pre
                    [__unstablePreserveWhiteSpace] => 1
                    [role] => content
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [color] => Array
                (
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [padding] => 1
                    [margin] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-preformatted-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-preformatted
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/pullquote
    [title] => Pullquote
    [category] => text
    [description] => Give special visual emphasis to a quote from your text.
    [attributes] => Array
        (
            [value] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => p
                    [role] => content
                )

            [citation] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => cite
                    [role] => content
                )

            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => Array
                (
                    [0] => left
                    [1] => right
                    [2] => wide
                    [3] => full
                )

            [background] => Array
                (
                    [backgroundImage] => 1
                    [backgroundSize] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [backgroundImage] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [background] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [dimensions] => Array
                (
                    [minHeight] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [minHeight] => 
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [__experimentalStyle] => Array
                (
                    [typography] => Array
                        (
                            [fontSize] => 1.5em
                            [lineHeight] => 1.6
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-pullquote-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-pullquote
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/quote
    [title] => Quote
    [category] => text
    [description] => Give quoted text visual emphasis. "In quoting others, we cite ourselves." — Julio Cortázar
    [keywords] => Array
        (
            [0] => blockquote
            [1] => cite
        )

    [attributes] => Array
        (
            [value] => Array
                (
                    [type] => string
                    [source] => html
                    [selector] => blockquote
                    [multiline] => p
                    [default] => 
                    [role] => content
                )

            [citation] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => cite
                    [role] => content
                )

            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => Array
                (
                    [0] => left
                    [1] => right
                    [2] => wide
                    [3] => full
                )

            [html] => 
            [background] => Array
                (
                    [backgroundImage] => 1
                    [backgroundSize] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [backgroundImage] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [radius] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [dimensions] => Array
                (
                    [minHeight] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [minHeight] => 
                        )

                )

            [__experimentalOnEnter] => 1
            [__experimentalOnMerge] => 1
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [heading] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [layout] => Array
                (
                    [allowEditing] => 
                )

            [spacing] => Array
                (
                    [blockGap] => 1
                    [padding] => 1
                    [margin] => 1
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => default
                    [label] => Default
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => plain
                    [label] => Plain
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-quote-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-quote
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/separator
    [title] => Separator
    [category] => design
    [description] => Create a break between ideas or sections with a horizontal separator.
    [keywords] => Array
        (
            [0] => horizontal-line
            [1] => hr
            [2] => divider
        )

    [attributes] => Array
        (
            [opacity] => Array
                (
                    [type] => string
                    [default] => alpha-channel
                )

            [tagName] => Array
                (
                    [type] => string
                    [enum] => Array
                        (
                            [0] => hr
                            [1] => div
                        )

                    [default] => hr
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => Array
                (
                    [0] => center
                    [1] => wide
                    [2] => full
                )

            [color] => Array
                (
                    [enableContrastChecker] => 
                    [__experimentalSkipSerialization] => 1
                    [gradients] => 1
                    [background] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => default
                    [label] => Default
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => wide
                    [label] => Wide Line
                )

            [2] => Array
                (
                    [name] => dots
                    [label] => Dots
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-separator-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-separator
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/social-links
    [title] => Social Icons
    [category] => widgets
    [description] => Display icons linking to your social profiles or sites.
    [keywords] => Array
        (
            [0] => links
        )

    [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] => 
                )

            [showLabels] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [size] => Array
                (
                    [type] => string
                )

        )

    [provides_context] => Array
        (
            [openInNewTab] => openInNewTab
            [showLabels] => showLabels
            [iconColor] => iconColor
            [iconColorValue] => iconColorValue
            [iconBackgroundColor] => iconBackgroundColor
            [iconBackgroundColorValue] => iconBackgroundColorValue
        )

    [supports] => Array
        (
            [align] => Array
                (
                    [0] => left
                    [1] => center
                    [2] => right
                )

            [anchor] => 1
            [__experimentalExposeControlsToChildren] => 1
            [layout] => Array
                (
                    [allowSwitching] => 
                    [allowInheriting] => 
                    [allowVerticalAlignment] => 
                    [default] => Array
                        (
                            [type] => flex
                        )

                )

            [color] => Array
                (
                    [enableContrastChecker] => 
                    [background] => 1
                    [gradients] => 1
                    [text] => 
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 
                        )

                )

            [spacing] => Array
                (
                    [blockGap] => Array
                        (
                            [0] => horizontal
                            [1] => vertical
                        )

                    [margin] => 1
                    [padding] => 1
                    [units] => Array
                        (
                            [0] => px
                            [1] => em
                            [2] => rem
                            [3] => vh
                            [4] => vw
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [blockGap] => 1
                            [margin] => 1
                            [padding] => 
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [color] => 1
                    [width] => 1
                    [style] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [radius] => 1
                            [color] => 1
                            [width] => 1
                            [style] => 1
                        )

                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => default
                    [label] => Default
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => logos-only
                    [label] => Logos Only
                )

            [2] => Array
                (
                    [name] => pill-shape
                    [label] => Pill Shape
                )

        )

    [allowed_blocks] => Array
        (
            [0] => core/social-link
        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-social-links-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-social-links
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/spacer
    [title] => Spacer
    [category] => design
    [description] => Add white space between blocks and customize its height.
    [attributes] => Array
        (
            [height] => Array
                (
                    [type] => string
                    [default] => 100px
                )

            [width] => Array
                (
                    [type] => string
                )

        )

    [uses_context] => Array
        (
            [0] => orientation
        )

    [supports] => Array
        (
            [anchor] => 1
            [spacing] => Array
                (
                    [margin] => Array
                        (
                            [0] => top
                            [1] => bottom
                        )

                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-spacer-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-spacer
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/table
    [title] => Table
    [category] => text
    [description] => Create structured content in rows and columns to display information.
    [attributes] => Array
        (
            [hasFixedLayout] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [caption] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => figcaption
                )

            [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
                                                )

                                            [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
                                                )

                                            [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
                                                )

                                            [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
                                                )

                                        )

                                )

                        )

                )

        )

    [selectors] => Array
        (
            [root] => .wp-block-table > table
            [spacing] => .wp-block-table
        )

    [supports] => Array
        (
            [anchor] => 1
            [align] => 1
            [color] => Array
                (
                    [__experimentalSkipSerialization] => 1
                    [gradients] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [__experimentalSkipSerialization] => 1
                    [color] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [color] => 1
                            [style] => 1
                            [width] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [styles] => Array
        (
            [0] => Array
                (
                    [name] => regular
                    [label] => Default
                    [isDefault] => 1
                )

            [1] => Array
                (
                    [name] => stripes
                    [label] => Stripes
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-table-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-table
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/text-columns
    [title] => Text Columns (deprecated)
    [category] => design
    [icon] => columns
    [description] => This block is deprecated. Please use the Columns block instead.
    [attributes] => Array
        (
            [content] => Array
                (
                    [type] => array
                    [source] => query
                    [selector] => p
                    [query] => Array
                        (
                            [children] => Array
                                (
                                    [type] => string
                                    [source] => html
                                )

                        )

                    [default] => Array
                        (
                            [0] => Array
                                (
                                )

                            [1] => Array
                                (
                                )

                        )

                )

            [columns] => Array
                (
                    [type] => number
                    [default] => 2
                )

            [width] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [inserter] => 
            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-text-columns-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-text-columns
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/verse
    [title] => Verse
    [category] => text
    [description] => Insert poetry. Use special spacing formats. Or quote song lyrics.
    [keywords] => Array
        (
            [0] => poetry
            [1] => poem
        )

    [attributes] => Array
        (
            [content] => Array
                (
                    [type] => rich-text
                    [source] => rich-text
                    [selector] => pre
                    [__unstablePreserveWhiteSpace] => 1
                    [role] => content
                )

            [textAlign] => Array
                (
                    [type] => string
                )

        )

    [supports] => Array
        (
            [anchor] => 1
            [background] => Array
                (
                    [backgroundImage] => 1
                    [backgroundSize] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [backgroundImage] => 1
                        )

                )

            [color] => Array
                (
                    [gradients] => 1
                    [link] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [background] => 1
                            [text] => 1
                        )

                )

            [dimensions] => Array
                (
                    [minHeight] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [minHeight] => 
                        )

                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [__experimentalFontFamily] => 1
                    [lineHeight] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalWritingMode] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [__experimentalBorder] => Array
                (
                    [radius] => 1
                    [width] => 1
                    [color] => 1
                    [style] => 1
                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-verse-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-verse
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => core/video
    [title] => Video
    [category] => media
    [description] => Embed a video from your media library or upload a new one.
    [keywords] => Array
        (
            [0] => movie
        )

    [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] => 1
                )

            [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] => 1
            [align] => 1
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 
                            [padding] => 
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [editor_style_handles] => Array
        (
            [0] => wp-block-video-editor
        )

    [style_handles] => Array
        (
            [0] => wp-block-video
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => mfb/meta-field-block
    [title] => Meta Field Block
    [category] => theme
    [description] => Display a custom field as a block on the frontend. Supports custom fields for posts, terms, and users. Officially supports ACF, Meta Box, and all text-based meta fields.
    [keywords] => Array
        (
            [0] => meta
            [1] => custom
            [2] => acf
            [3] => meta field
            [4] => custom field
            [5] => setting field
            [6] => metadata
        )

    [attributes] => Array
        (
            [textAlign] => Array
                (
                    [type] => string
                )

            [fieldType] => Array
                (
                    [type] => string
                    [default] => meta
                )

            [fieldName] => Array
                (
                    [type] => string
                )

            [fieldSettings] => Array
                (
                    [type] => object
                )

            [hideEmpty] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [emptyMessage] => Array
                (
                    [type] => string
                    [default] => 
                )

            [prefix] => Array
                (
                    [type] => string
                )

            [suffix] => Array
                (
                    [type] => string
                )

            [labelAsPrefix] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [prefixSettings] => Array
                (
                    [type] => object
                )

            [suffixSettings] => Array
                (
                    [type] => object
                )

            [displayLayout] => Array
                (
                    [type] => string
                    [default] => 
                )

            [tagName] => Array
                (
                    [type] => string
                    [default] => div
                )

            [showOutline] => Array
                (
                    [type] => boolean
                    [default] => 
                )

        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
            [3] => query
        )

    [supports] => Array
        (
            [html] => 
            [anchor] => 1
            [align] => Array
                (
                    [0] => wide
                    [1] => full
                )

            [color] => Array
                (
                    [background] => 1
                    [text] => 1
                    [gradients] => 1
                    [link] => 1
                )

            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [margin] => 1
                            [padding] => 1
                        )

                )

            [__experimentalBorder] => Array
                (
                    [color] => 1
                    [radius] => 1
                    [style] => 1
                    [width] => 1
                    [__experimentalDefaultControls] => 
                )

            [shadow] => 1
            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalFontFamily] => 1
                    [__experimentalFontStyle] => 1
                    [__experimentalFontWeight] => 1
                    [__experimentalLetterSpacing] => 1
                    [__experimentalTextTransform] => 1
                    [__experimentalTextDecoration] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                            [lineHeight] => 1
                            [fontAppearance] => 1
                            [textTransform] => 1
                        )

                )

            [interactivity] => Array
                (
                    [clientNavigation] => 1
                )

        )

    [render_callback] => Array
        (
            [0] => MetaFieldBlock\MetaFieldBlock Object
                (
                    [version:protected] => 1.4.5
                    [components:protected] => Array
                        (
                            [MetaFieldBlock\RestFields] => MetaFieldBlock\RestFields Object
                                (
                                    [the_plugin_instance:protected] => MetaFieldBlock\MetaFieldBlock Object
 *RECURSION*
                                    [object_types:protected] => Array
                                        (
                                        )

                                    [core_rest_fields:MetaFieldBlock\RestFields:private] => Array
                                        (
                                            [0] => title
                                        )

                                )

                            [MetaFieldBlock\ACFFields] => MetaFieldBlock\ACFFields Object
                                (
                                    [the_plugin_instance:protected] => MetaFieldBlock\MetaFieldBlock Object
 *RECURSION*
                                )

                            [MetaFieldBlock\MBFields] => MetaFieldBlock\MBFields Object
                                (
                                    [the_plugin_instance:protected] => MetaFieldBlock\MetaFieldBlock Object
 *RECURSION*
                                    [media_fields:MetaFieldBlock\MBFields:private] => Array
                                        (
                                            [0] => media
                                            [1] => file
                                            [2] => file_upload
                                            [3] => file_advanced
                                            [4] => image
                                            [5] => image_upload
                                            [6] => image_advanced
                                            [7] => plupload_image
                                            [8] => thickbox_image
                                        )

                                    [no_value_fields:MetaFieldBlock\MBFields:private] => Array
                                        (
                                            [0] => heading
                                            [1] => custom_html
                                            [2] => divider
                                            [3] => button
                                        )

                                    [embeded_fields:MetaFieldBlock\MBFields:private] => Array
                                        (
                                            [0] => oembed
                                            [1] => map
                                            [2] => osm
                                        )

                                    [simple_field_types:MetaFieldBlock\MBFields:private] => Array
                                        (
                                            [0] => text
                                            [1] => url
                                            [2] => email
                                            [3] => range
                                            [4] => number
                                            [5] => slider
                                            [6] => date
                                            [7] => datetime
                                            [8] => time
                                        )

                                    [ignored_clone_fields:MetaFieldBlock\MBFields:private] => Array
                                        (
                                            [0] => oembed
                                            [1] => image
                                            [2] => image_advanced
                                            [3] => image_upload
                                            [4] => image_single
                                            [5] => video
                                            [6] => post
                                            [7] => taxonomy
                                            [8] => taxonomy_advanced
                                            [9] => user
                                            [10] => checkbox
                                            [11] => switch
                                            [12] => checkbox_list
                                            [13] => radio
                                            [14] => select
                                            [15] => select_advanced
                                            [16] => button_group
                                            [17] => autocomplete
                                            [18] => image_select
                                        )

                                )

                            [MetaFieldBlock\DynamicField] => MetaFieldBlock\DynamicField Object
                                (
                                    [the_plugin_instance:protected] => MetaFieldBlock\MetaFieldBlock Object
 *RECURSION*
                                )

                            [MetaFieldBlock\Settings] => MetaFieldBlock\Settings Object
                                (
                                    [the_plugin_instance:protected] => MetaFieldBlock\MetaFieldBlock Object
 *RECURSION*
                                    [hook_suffix:MetaFieldBlock\Settings:private] => 
                                    [plugin_title:MetaFieldBlock\Settings:private] => Meta Field Block
                                    [first_path:MetaFieldBlock\Settings:private] => /options-general.php?page=mfb-settings&tab=getting-started
                                    [setting_pages:MetaFieldBlock\Settings:private] => Array
                                        (
                                            [0] => settings_page_mfb-settings-account
                                            [1] => admin_page_mfb-settings-account
                                            [2] => admin_page_mfb-settings-account-network
                                            [3] => settings_page_mfb-settings-contact
                                            [4] => admin_page_mfb-settings-contact
                                            [5] => admin_page_mfb-settings-contact-network
                                            [6] => settings_page_mfb-settings-pricing
                                            [7] => admin_page_mfb-settings-pricing
                                            [8] => admin_page_mfb-settings-pricing-network
                                        )

                                )

                            [MetaFieldBlock\FreemiusConfig] => MetaFieldBlock\FreemiusConfig Object
                                (
                                    [the_plugin_instance:protected] => MetaFieldBlock\MetaFieldBlock Object
 *RECURSION*
                                )

                        )

                )

            [1] => render_block
        )

    [skip_inner_blocks] => 1
    [editor_script_handles] => Array
        (
            [0] => mfb-meta-field-block-editor-script
        )

    [style_handles] => Array
        (
            [0] => mfb-meta-field-block-style
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => aof-kz/object-status
    [title] => AF object status
    [category] => angels-of-freedom
    [icon] => tag
    [description] => Отображает статус объекта из поля ACF
    [keywords] => Array
        (
            [0] => status
            [1] => card
            [2] => acf
            [3] => query
            [4] => custom
            [5] => object
        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [supports] => Array
        (
            [html] => 
            [customClassName] => 
            [align] => 1
            [filter] => Array
                (
                    [duotone] => 1
                )

            [spacing] => Array
                (
                    [margin] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [fontFamily] => 1
                    [fontWeight] => 1
                )

        )

    [render_callback] => Closure Object
        (
            [static] => Array
                (
                    [template_path] => /var/www/vhosts/angelsoffreedom.kz/httpdocs/wp-content/themes/aof_kz/inc/blocks/object-status/render.php
                )

            [parameter] => Array
                (
                    [$attributes] => 
                    [$content] => 
                    [$block] => 
                )

        )

    [editor_script_handles] => Array
        (
            [0] => aof-kz-object-status-editor-script
        )

    [style_handles] => Array
        (
            [0] => aof-kz-object-status-style
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => aof-kz/object-spendings
    [title] => AF object spendings
    [category] => angels-of-freedom
    [icon] => monety-alt
    [description] => Отображает расходы на объект в зависимости от его статуса
    [keywords] => Array
        (
            [0] => spendings
            [1] => card
            [2] => acf
            [3] => query
            [4] => custom
            [5] => object
        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [supports] => Array
        (
            [html] => 
            [customClassName] => 
            [align] => 1
            [color] => Array
                (
                    [text] => 1
                    [enableContrastChecker] => 1
                )

            [spacing] => Array
                (
                    [margin] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [fontFamily] => 1
                    [fontWeight] => 1
                )

        )

    [render_callback] => Closure Object
        (
            [static] => Array
                (
                    [template_path] => /var/www/vhosts/angelsoffreedom.kz/httpdocs/wp-content/themes/aof_kz/inc/blocks/object-spendings/render.php
                )

            [parameter] => Array
                (
                    [$attributes] => 
                    [$content] => 
                    [$block] => 
                )

        )

    [editor_script_handles] => Array
        (
            [0] => aof-kz-object-spendings-editor-script
        )

    [style_handles] => Array
        (
            [0] => aof-kz-object-spendings-style
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => aof-kz/object-needs
    [title] => AF object needs
    [category] => angels-of-freedom
    [icon] => editor-ul
    [description] => Показывает список, в котором иконки меняются в зависимости от статуса объекта
    [keywords] => Array
        (
            [0] => needs
            [1] => card
            [2] => acf
            [3] => query
            [4] => custom
            [5] => object
        )

    [uses_context] => Array
        (
            [0] => postId
            [1] => postType
            [2] => queryId
        )

    [supports] => Array
        (
            [html] => 
            [customClassName] => 
            [spacing] => Array
                (
                    [margin] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [fontFamily] => 1
                    [fontWeight] => 1
                )

        )

    [render_callback] => Closure Object
        (
            [static] => Array
                (
                    [template_path] => /var/www/vhosts/angelsoffreedom.kz/httpdocs/wp-content/themes/aof_kz/inc/blocks/object-needs/render.php
                )

            [parameter] => Array
                (
                    [$attributes] => 
                    [$content] => 
                    [$block] => 
                )

        )

    [editor_script_handles] => Array
        (
            [0] => aof-kz-object-needs-editor-script
        )

    [style_handles] => Array
        (
            [0] => aof-kz-object-needs-style
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => rank-math/faq-block
    [title] => FAQ by Rank Math
    [category] => rank-math-blocks
    [icon] => editor-ul
    [description] => Easily add Schema-ready, SEO-friendly, Frequently Asked Questions to your content.
    [keywords] => Array
        (
            [0] => FAQ
            [1] => Frequently Asked Questions
            [2] => Schema
            [3] => SEO
            [4] => Structured Data
            [5] => Yoast
            [6] => Rank Math
            [7] => Block
            [8] => Markup
            [9] => Rich Snippet
        )

    [attributes] => Array
        (
            [listStyle] => Array
                (
                    [type] => string
                    [default] => 
                )

            [titleWrapper] => Array
                (
                    [type] => string
                    [default] => h3
                )

            [sizeSlug] => Array
                (
                    [type] => string
                    [default] => thumbnail
                )

            [questions] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                        )

                    [items] => Array
                        (
                            [type] => object
                        )

                )

            [listCssClasses] => Array
                (
                    [type] => string
                    [default] => 
                )

            [titleCssClasses] => Array
                (
                    [type] => string
                    [default] => 
                )

            [contentCssClasses] => Array
                (
                    [type] => string
                    [default] => 
                )

            [textAlign] => Array
                (
                    [type] => string
                    [default] => left
                )

        )

    [render_callback] => Array
        (
            [0] => RankMath\Schema\Block_FAQ Object
                (
                    [block_type:RankMath\Schema\Block_FAQ:private] => rank-math/faq-block
                )

            [1] => render
        )

    [editor_script_handles] => Array
        (
            [0] => lodash
            [1] => rank-math-faq-block-editor-script-2
        )

    [editor_style_handles] => Array
        (
            [0] => rank-math-block-admin
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => rank-math/howto-block
    [title] => HowTo by Rank Math
    [category] => rank-math-blocks
    [icon] => editor-ol
    [description] => Easily add Schema-ready, SEO-friendly, HowTo block to your content.
    [keywords] => Array
        (
            [0] => HowTo
            [1] => Schema
            [2] => SEO
            [3] => Structured Data
            [4] => Yoast
            [5] => Rank Math
            [6] => Block
            [7] => Markup
            [8] => Rich Snippet
        )

    [attributes] => Array
        (
            [hasDuration] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [days] => Array
                (
                    [type] => string
                    [default] => 
                )

            [hours] => Array
                (
                    [type] => string
                    [default] => 
                )

            [minutes] => Array
                (
                    [type] => string
                    [default] => 
                )

            [description] => Array
                (
                    [type] => string
                    [default] => 
                )

            [steps] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                        )

                    [items] => Array
                        (
                            [type] => object
                        )

                )

            [sizeSlug] => Array
                (
                    [type] => string
                    [default] => full
                )

            [imageID] => Array
                (
                    [type] => integer
                )

            [mainSizeSlug] => Array
                (
                    [type] => string
                    [default] => full
                )

            [listStyle] => Array
                (
                    [type] => string
                    [default] => 
                )

            [timeLabel] => Array
                (
                    [type] => string
                    [default] => 
                )

            [titleWrapper] => Array
                (
                    [type] => string
                    [default] => h3
                )

            [listCssClasses] => Array
                (
                    [type] => string
                    [default] => 
                )

            [titleCssClasses] => Array
                (
                    [type] => string
                    [default] => 
                )

            [contentCssClasses] => Array
                (
                    [type] => string
                    [default] => 
                )

            [textAlign] => Array
                (
                    [type] => string
                    [default] => left
                )

        )

    [supports] => Array
        (
            [multiple] => 
        )

    [render_callback] => Array
        (
            [0] => RankMath\Schema\Block_HowTo Object
                (
                    [block_type:RankMath\Schema\Block_HowTo:private] => rank-math/howto-block
                )

            [1] => render
        )

    [editor_script_handles] => Array
        (
            [0] => lodash
            [1] => rank-math-howto-block-editor-script-2
        )

    [editor_style_handles] => Array
        (
            [0] => rank-math-block-admin
            [1] => rank-math-howto-block-editor-style-2
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => rank-math/toc-block
    [title] => Table of Contents by Rank Math
    [category] => rank-math-blocks
    [icon] => rm-icon rm-icon-stories
    [description] => Automatically generate the Table of Contents from the Headings added to this page.
    [attributes] => Array
        (
            [title] => Array
                (
                    [type] => string
                )

            [headings] => Array
                (
                    [type] => array
                    [items] => Array
                        (
                            [type] => object
                        )

                )

            [listStyle] => Array
                (
                    [type] => string
                )

            [titleWrapper] => Array
                (
                    [type] => string
                    [default] => h2
                )

            [excludeHeadings] => Array
                (
                    [type] => array
                )

        )

    [supports] => Array
        (
            [color] => Array
                (
                    [link] => 1
                    [gradients] => 1
                )

            [multiple] => 
            [spacing] => Array
                (
                    [margin] => 1
                    [padding] => 1
                )

            [typography] => Array
                (
                    [fontSize] => 1
                    [lineHeight] => 1
                    [__experimentalDefaultControls] => Array
                        (
                            [fontSize] => 1
                        )

                )

            [align] => 1
        )

    [editor_script_handles] => Array
        (
            [0] => rank-math-toc-block-editor-script
        )

    [editor_style_handles] => Array
        (
            [0] => rank-math-toc-block-editor-style
            [1] => rank-math-toc-block-editor-style-2
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => rank-math/rich-snippet
    [title] => Schema by Rank Math
    [category] => rank-math-blocks
    [icon] => editor-ul
    [description] => Add the Schema generated by Rank Math anywhere on your page using this Block.
    [keywords] => Array
        (
            [0] => Schema
            [1] => Markup
            [2] => Structured Data
            [3] => Rich Snippet
            [4] => SEO
            [5] => Rank Math
            [6] => Yoast
        )

    [attributes] => Array
        (
            [post_id] => Array
                (
                    [type] => string
                    [default] => 
                )

        )

    [render_callback] => Array
        (
            [0] => RankMath\Schema\Block_Schema Object
                (
                    [block_type:RankMath\Schema\Block_Schema:private] => rank-math/rich-snippet
                )

            [1] => rich_snippet
        )

    [editor_script_handles] => Array
        (
            [0] => rank-math-rich-snippet-editor-script
        )

    [editor_style_handles] => Array
        (
            [0] => rank-math-rich-snippet-editor-style
        )

)

Type: array
Value: Array
(
    [api_version] => 3
    [name] => filebird/block-filebird-gallery
    [title] => FileBird Gallery
    [category] => common
    [icon] => images-alt2
    [description] => Display folder images in a rich gallery.
    [keywords] => Array
        (
            [0] => filebird
            [1] => gallery
        )

    [attributes] => Array
        (
            [selectedFolder] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                        )

                )

            [hasCaption] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [hasLightbox] => Array
                (
                    [type] => boolean
                    [default] => 
                )

            [captions] => Array
                (
                    [type] => object
                    [default] => Array
                        (
                        )

                )

            [imagesRemoved] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                        )

                )

            [images] => Array
                (
                    [type] => array
                    [default] => Array
                        (
                        )

                )

            [columns] => Array
                (
                    [type] => integer
                    [default] => 3
                )

            [isCropped] => Array
                (
                    [type] => boolean
                    [default] => 1
                )

            [linkTo] => Array
                (
                    [type] => string
                    [default] => none
                )

            [sortBy] => Array
                (
                    [type] => string
                    [default] => date
                )

            [sortType] => Array
                (
                    [type] => string
                    [default] => DESC
                )

            [layout] => Array
                (
                    [type] => string
                    [default] => flex
                )

            [spaceAroundImage] => Array
                (
                    [type] => integer
                    [default] => 0
                )

            [imgMinWidth] => Array
                (
                    [type] => integer
                    [default] => 0
                )

        )

    [supports] => Array
        (
            [html] => 
            [align] => 1
        )

    [example] => Array
        (
        )

    [render_callback] => Closure Object
        (
            [static] => Array
                (
                    [template_path] => /var/www/vhosts/angelsoffreedom.kz/httpdocs/wp-content/plugins/filebird/blocks/filebird-gallery/build/render.php
                )

            [parameter] => Array
                (
                    [$attributes] => 
                    [$content] => 
                    [$block] => 
                )

        )

    [editor_script_handles] => Array
        (
            [0] => filebird-block-filebird-gallery-editor-script
        )

    [editor_style_handles] => Array
        (
            [0] => filebird-block-filebird-gallery-editor-style
        )

    [style_handles] => Array
        (
            [0] => filebird-block-filebird-gallery-style
        )

    [view_style_handles] => Array
        (
            [0] => wp-block-gallery
        )

)
Page Not Found - Angels of Freedom

404

Page not found

The page you are looking for doesn’t exist, or it has been moved. Please try searching using the form below.

We have updated the site and are still adding to its content, so some pages are currently missing. You can check out our social media pages or contact us.