Seems to be either a save or restore error. See attached image.
The workaround seems to be to keep setting the value on each save of the layout.

CommentFileSizeAuthor
TitlePositionNotSaved.png200.65 KBaangel

Comments

aangel created an issue. See original summary.

aangel’s picture

Issue summary: View changes
alvarito75’s picture

Fix was pushed into the dev 8.x-1.x branch
Problem was:

$form['title_position']['#default'] = $title_position;

and now is

$form['title_position']['#default_value'] = $title_position;
aangel’s picture

Status: Active » Fixed

Fix is in -dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.