Blank is a presentation component bundled with the Adapt framework.
Its purpose is to maintain a blank area among other visible components. Visit the Blank wiki for more information about its functionality and for explanations of key properties.
As one of Adapt's core components, Blank is included with the installation of the Adapt framework and the installation of the Adapt authoring tool.
-
If Blank has been uninstalled from the Adapt framework, it may be reinstalled. With the Adapt CLI installed, run the following from the command line:
adapt install adapt-contrib-blank
Alternatively, this component can also be installed by adding the following line of code to the adapt.json file:
"adapt-contrib-blank": "*"
Then running the command:adapt install
(This second method will reinstall all plug-ins listed in adapt.json.) -
If Blank has been uninstalled from the Adapt authoring tool, it may be reinstalled using the Plug-in Manager.
The attributes listed below are used in components.json to configure Blank, and are properly formatted as JSON in example.json.
core model attributes: These are inherited by every Adapt component. Read more.
_component (string): This value must be: blank
.
_classes (string): CSS class name to be applied to Blank’s containing div. The class must be predefined in one of the Less files. Separate multiple classes with a space.
_layout (string): This defines the horizontal position of the component in the block. Acceptable values are full
, left
or right
.
No known limitations.
Author / maintainer: Adapt Core Team with contributors Accessibility support: n/a RTL support: n/a Cross-platform coverage: Chrome, Chrome for Android, Firefox (ESR + latest version), Edge, IE11, Safari 12+13 for macOS/iOS/iPadOS, Opera