mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Display text posts and images posts
This commit is contained in:
@ -634,6 +634,27 @@ var ComunicWeb = {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Posts components
|
||||
*/
|
||||
posts: {
|
||||
|
||||
/**
|
||||
* Posts communication interface
|
||||
*/
|
||||
interface: {
|
||||
//TODO : implement
|
||||
},
|
||||
|
||||
/**
|
||||
* Posts UI
|
||||
*/
|
||||
ui: {
|
||||
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Modern textarea handler
|
||||
*/
|
||||
|
Reference in New Issue
Block a user