Author API Initialization
full_height
Controls whether the settings container will occupy the full browser height.
You would want to use this to make the Item settings footer always appear at the bottom of the screen.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"settings": {
"full_height": true
}
}
}
};
Values
Attribute path config.item_edit.settings.full_height
Default false
Type boolean