/** * Settings pages list * * @author Pierre HUBERT */ ComunicWeb.pages.settings.sectionsList = { /** * General settings */ general: { title: "General", handler: "ComunicWeb.pages.settings.sections.general.open", }, /** * Security settings */ security: { title: "Security", handler: "ComunicWeb.pages.settings.sections.security.open", }, /** * Password settings */ password: { title: "Password", handler: "ComunicWeb.pages.settings.sections.password.open", }, }