Change block name

Hey there, I would like to know if there is a possibility to display the inserted title name of a block, instead of the label of the block. If I’m not wrong it was possible in an older version?


jobs:

label: Jobs
icon: globe
fields:
  jobs:
    label: Jobs
    type: blocks
    columns: 2
    fieldsets:
      job:
        name: Job
        fields:
          title:
            label:
              en: Title
              de: Titel
            type: text
          when:
            label:
              en: Entry date
              de: Eintrittsdatum
            type: text
          attachment:
            label:
              en: Attachment (PDF)
              de: Anhang (PDF)
            type: files
            required: true
            max: 1

As far as I know you can’t change the name by query, but add a label for that:

jobs:
  type: blocks
    fieldsets:
      job:
        name: Job
        label: '{{ title }}'