If I try and set a default value for width in an iframe field settings the value is not retained after submitting the field edit form, and it is not exported in config.
Other settings such as token support, class, transparency etc save as expected, but not those in the 'Default values' fieldset.
Issue fork iframe-3136664
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
Phil Wolstenholme commentedLooks like the same issue as #3101171 except that issue is tagged with the wrong version number and only covers the URL default value.
Edit: I was wrong about the above, #3101171 is saying there is no field to provide the default URL value, whereas my issue seems to be that I have the fields for URL, width, height, etc but the values I put into those fields are not saved.
I think default field values is something Core provides options for all field types so it's something users would expect to work in the same way as other field types. Otherwise, the fieldset should probably not be shown.
Comment #3
efes commentedI can confirm this issue. Will there be any solution?
Comment #6
fathershawnThe lack of default settings is preventing the save. Also added a schema file. Merge request opened
Comment #8
neffets commentedIs working - big Thanx!!!
Comment #10
fathershawnHappy to help @neffets