Question Details

No question body available.

Tags

php grav

Answers (1)

July 22, 2026 Score: 1 Rep: 1,904 Quality: Low Completeness: 50%

There is bug in Grav API (fixed in next release v1.0.13) that silently drops all extra fields defined in a blueprint.

There is, by the way, a much easier way to extend blueprint account.yaml. No need for a plugin.

Create file user/blueprints/user/account.yaml and add the following extension definition:

title: Account
'@extends':
    type: account
    context: 'blueprints://user'

form: fields: custom_field1: type: text label: Custom Field 1