Weird Error - Saving page with new template

Hello,

I created a new template for my child theme and wanted to use it now. But If I Try to save it always deletes every value I entered in the new created tab. I inherit the default template.

It starts like this:

title: Einsatzgebiet

@extends’:
type: default
context: blueprints://pages

form:
fields:
tabs:

  fields:
    einsatzgebiet:
      type: tab
      title: Einsatzgebiet

      fields:

        columns:
          type: columns
          fields:

            column1:
              type: column
              fields:

                content:
                  type: section
                  title: Inhalt
                  style: vertical
                  underline: true


                einsatzgebiet:
                  type: text
                  label: Einsatzgebiet
                  help: Hier muss der Name des Einsatzgebietes eingetragen werden
                  style: vertical
                  placeholder: Einsatzgebiet eingeben...

I get no error or warning. I also use gantry. Can somebody help me on this?

Regards,

Michael

Did this get answered in Slack or GitHub already? Looks familiar…

Hi,

ah damn forgot to close it.

Was already solved on github.

https://github.com/getgrav/grav/issues/1647

Regards,
Michael