MBManager.shared.getSections()
like this:parameters
value is an array of MBParameter
objects as described in the previous section.includeElements
parameter to true
if you want to include also the elements of the sections.elements
of the section will be populated. The type of elements available are:MBTextElement
: represents a textMBImagesElement
: represents an imageMBMediaElement
: a fille, audio, video or documentMBCheckboxElement
: a checkboxMBRelationElement
: a relation between blocksMBMarkdownElement
: a markdown elementMBAddressElement
: an address, with its coordinatesMBColorElement
: a colorMBDateElement
: a dateMBDropdownElement
: a dropdown, with its possible values and the selected oneMBGeneralElement
: a general element, returned when the type is not recognized