Initialization Option Author API

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

Request object key config.item_edit.settings.full_height

Default: false

Type boolean

Was this article helpful?