mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
17 lines
236 B
JavaScript
17 lines
236 B
JavaScript
|
/**
|
||
|
* Settings pages list
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
ComunicWeb.pages.settings.sectionsList = {
|
||
|
|
||
|
/**
|
||
|
* General settings
|
||
|
*/
|
||
|
general: {
|
||
|
title: "General",
|
||
|
handler: "ComunicWeb.pages.settings.sections.general.open",
|
||
|
},
|
||
|
|
||
|
}
|