You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set up profile editing from the frontend.
As written in the doc, I created a contentType
members:
slug: members
name: Members
singular_name: Member
title_format: "{author.username}"
fields:
dob:
type: date
adresse:
type: text
ville:
type: text
viewless: true
Then I inserted the following lines into bolt-userextension.yaml:
Hello,
I want to set up profile editing from the frontend.
As written in the doc, I created a contentType
Then I inserted the following lines into bolt-userextension.yaml:
And finally my twig file edit_profile.twig contains the following lines:
Nothing is displayed, according to the DUMP, record.fields only contains the slug :
Any ideals ?
The text was updated successfully, but these errors were encountered: