Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.21 KB

File metadata and controls

46 lines (36 loc) · 1.21 KB

Educal Price Block

A volto block for educal price block.

Customizable properties

Click to expand!
  1. title (string): Title of the price plan.
  2. description (string): Description for the price plan.
  3. price1 (string): Price to be shown in heading.
  4. price2 (string): Price data to be shown in normal text.
  5. point1 (string): Services offered in the plan.
  6. point2 (string): Services offered in the plan.
  7. point3 (string): Services offered in the plan.
  8. point4 (string): Services offered in the plan.
  9. showActionButton (boolean): Toggle the button.
  10. actionButtonText (string): Button label.
  11. actionButtonUrl (string): URL which is navigated onClick of button.
  12. tag (string): Tag for the price block.

Example

Configuration

title: 'Diamond'
description: 'Perfect for enterprise marketing teams'
price1: '$99'
price2: '.99 / annually'
point1: 'Course Discussions'
point2: 'Content Library'
point3: '1-hour Mentorship'
point4: 'Online Course'
showActionButton: true
actionButtonText: 'Get started'
actionButtonUrl: '/'
tag: 'Best Value'

Output