Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 998 Bytes

File metadata and controls

38 lines (28 loc) · 998 Bytes

Educal Banner Area Block

A volto block for banner area in educal theme.

Customizable properties

Click to expand!
  1. tag (string): Tag for the banner.
  2. headingLine1 (string): Heading line number one.
  3. headingLine2 (string): Heading line number two.
  4. showActionButton (boolean): Toggle the button.
  5. actionButtonText (string): Button label.
  6. actionButtonUrl (string): URL which is navigated onClick of button.
  7. foregroundImage (image): The foreground image for the banner. Displayed on the right side.
  8. backgroundImage (image): The background image for the block.

Example

Configuration

tag: 'New'
headingLine1: 'Online Courses'
headingLine2: 'From Educal'
showActionButton: true
actionButtonText: 'View Courses'
actionButtonUrl: '/'
foregroundImage: '/banner-img-2.png'
backgroundImage: '/banner-bg-2.jpg'

Output