Create a new Section
To create a new section you will need to use the static method
Where params
is an ArrayList of MBAdminParameter
and params_file
is an ArrayList of MBAdminParameterFile
.
You will also need to provide the Locale
(in “it” like form) for multilanguage sake support.
If the locale you’ll provide is not supported the API will return an error.
For example, if your section is composed like:
title
-> text fieldcontent
-> text fieldlink
-> text fieldimage
-> array of media (images)
So your code for adding a new section (assuming the supported locale is the same as your device) will result like this:
Last updated
Was this helpful?