Display text posts and images posts

This commit is contained in:
Pierre
2017-12-31 18:51:46 +01:00
parent 1147ab787e
commit 9a2e3e5351
8 changed files with 278 additions and 7 deletions

View File

@ -634,6 +634,27 @@ var ComunicWeb = {
},
/**
* Posts components
*/
posts: {
/**
* Posts communication interface
*/
interface: {
//TODO : implement
},
/**
* Posts UI
*/
ui: {
},
},
/**
* Modern textarea handler
*/