-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction to Vish Editor Presentations structure
This document presents the basic structure of a Vish Editor Presentation in JSON introducing the fundamentals definitions and elements.
"A Vish Editor presentation is defined by a set of slides and metadata."
There are different types of slides, each of them has its own definition.
The most basic slide is the standard slide.
"A standard slide is defined by a template and a set of zones, each of them contains only one element."
The template defines the zones or areas of the slide: their type, position and quantity.
As a zone contains only one element, a zone an its contained element are uniquely related, hence we can refers likewise to the element or the zone which contains it.
The other types of slide ( Flashcard, Virtual Tour ), which are referred as non-standard slides, have in common that all of them consists in a list of particular attributes and a set of standard slides, referred as subslides.
By default, the term "slide" will refers to a standard slide , specifying explicitly when it refers to a non-standard slide.
A basic presentation example in JSON can be found here.
The specification of the different elements that can be included in a slide can be found here as well as some examples of their definitions in JSON.