Contribution Date
Technology
Contribution Project
Contribution Details
While testing out the node schema, found configuration issue for with "Content type settings", Schema say the value for following fields,
- Published
- Promoted to front page
- Sticky at top of lists
- Create new revision
should be a boolean, but actually it saving values as a string, code snippet is as below,
status: status
promote: promote
sticky: sticky
revision: revision
I have update patch from comment number 1, which changes the type from boolean to string.
Attached are updated patch and the short summary what I have updated.
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0