How do you split a blueprint horizontally (side by side)

How do you split a blueprint horizontally (side by side)?

to put it in another tab is like this, but i cannot find how to split the page, can anyone help?

extends@: default

form:
  fields:
    tabs:
        fields:
            product:
                type: tab
                title: Product Details
                fields:
                    header.product.options:
                    type: section
                    title: Product Options
                    underline: true
            images:
                type: tab
                title: Product Image Details
                fields:

Hello.
Take a look at the Grav help. You have to use a column-type blueprint, with two columns, and place the content you want in each of them.

You can see an example if you see the default.yaml code in the system/blueprints/pages folder

Thanks appreciate the help,

I had looked for examples in the system folder just didn’t know what I was looking for.

But this is perfect. Thanks