Skip to product menu
Skip to main content

sections_edit

It is one of the response types of the submit handler. This response type contains a list of existing sections that have to be edited. This can have a success/failure banner.

ParameterDescriptionDatatypeMax Limit
typeType of response --
sectionsList of sectionsList5
success_bannerText to be displayed on the banner if the action was a successString-

Sample Code:

Copied{
	"type" : "section_edit",
	"success_banner" : "Optional - updated successfully",
	"sections" : [$section,$section]
}