Hello,
I’m running grav beta 1.1, i don’t think it’s a bug, i think i made mistake on configuration.
I create a list with blueprints, when i add a new item, after i save by the top button or CTRL + S all the data are wipe.
I had a user/blueprints/pages/features.yaml
with this code
title: feature
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
featureslist:
type: tab
title: Features
fields:
header.features:
name: features
type: list
label: Features
fields:
.icon:
type: text
label: Icon
.header:
type: text
label: Header
.text:
type: text
label: Text