An open API service indexing awesome lists of open source software.

https://github.com/adaptlearning/adapt-contrib-blank

A contributed blank component
https://github.com/adaptlearning/adapt-contrib-blank

Last synced: 7 months ago
JSON representation

A contributed blank component

Awesome Lists containing this project

README

          

# adapt-contrib-blank

**Blank** is a *presentation component* bundled with the [Adapt framework](https://github.com/adaptlearning/adapt_framework).

sample blank component

Its purpose is to maintain a blank area among other visible components. [Visit the **Blank** wiki](https://github.com/adaptlearning/adapt-contrib-blank/wiki) for more information about its functionality and for explanations of key properties.

## Installation

As one of Adapt's *[core components](https://github.com/adaptlearning/adapt_framework/wiki/Core-Plug-ins-in-the-Adapt-Learning-Framework#components),* **Blank** is included with the [installation of the Adapt framework](https://github.com/adaptlearning/adapt_framework/wiki/Manual-installation-of-the-Adapt-framework#installation) and the [installation of the Adapt authoring tool](https://github.com/adaptlearning/adapt_authoring/wiki/Installing-Adapt-Origin).

* If **Blank** has been uninstalled from the Adapt framework, it may be reinstalled.
With the [Adapt CLI](https://github.com/adaptlearning/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](https://github.com/adaptlearning/adapt_authoring/wiki/Plugin-Manager).

Back to Top

## Settings Overview

The attributes listed below are used in *components.json* to configure **Blank**, and are properly formatted as JSON in [*example.json*](https://github.com/adaptlearning/adapt-contrib-blank/blob/master/example.json).

### Attributes

[**core model attributes**](https://github.com/adaptlearning/adapt_framework/wiki/Core-model-attributes): These are inherited by every Adapt component. [Read more](https://github.com/adaptlearning/adapt_framework/wiki/Core-model-attributes).

**\_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`.

Back to Top

## Limitations

No known limitations.

----------------------------
adapt learning logo
**Author / maintainer:** Adapt Core Team with [contributors](https://github.com/adaptlearning/adapt-contrib-blank/graphs/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