Blueprints: columns in list field type, not possible?

Hi guys!

I was wondering, is there a way to add columns to list field type in blueprint? To be more clear:

Edit

Syntax which I have for this:

—yaml
header.jurisdictionsDataList:
name: jurisdictionsDataList
type: list
label: jurisdictionsDataList

fields:

fees:
  type: columns
  fields:
    column1:
      type: column
      fields: 
        .formationFee:
          type: text
          label: Formation fee

    column2:
      type: column
      fields:
        .renewalFee:
          type: text
          label: Renewal fee
It will be very useful for me and will save a lot of space in future, as there may be even 4-columns fields. Columns are appearing, but *values are not being saved*, it seems syntax is not correct. Any advise? Much thanks in advance!

I don’t think that’s currently supported. Please create an issue in admin plugin repo on github so we can track this.

Thanks for your reply, will do.