- Issue created by @alexpott
- First commit to issue fork.
- Merge request !58Draft: add config_target for batch_size, encryption_profile, make_entities_uncacheable β (Open) created by ptmkenny
- π―π΅Japan ptmkenny
I started this but I can't figure out how to type
default_properties
According to field_encrypt.schema.yml:
default_properties: type: sequence label: 'Field types' sequence: type: sequence label: 'Properties to encrypt' sequence: type: string label: 'Property name'
But when I added:
$form['default_properties'] = [ '#type' => 'details', '#title' => $this->t('Default properties'), '#config_target' => 'field_encrypt.settings:default_properties',
and then save a valid config form, I get an error:
This value should be of the correct primitive type.