Basic groups header

This commit is contained in:
Pierre HUBERT
2018-07-03 11:45:57 +02:00
parent b527b3a22d
commit e28b99f40c
8 changed files with 240 additions and 4 deletions

View File

@ -1212,7 +1212,28 @@ var ComunicWeb = {
//TODO : implement
},
}
/**
* Main group page
*/
group: {
//TODO : implement
},
},
/**
* Groups sections
*/
sections: {
/**
* Header section
*/
header: {
//TODO : implement
},
},
},
/**