Create comments form.

This commit is contained in:
Pierre
2018-01-28 17:03:54 +01:00
parent a3634a2542
commit 6b0db98c5c
5 changed files with 121 additions and 1 deletions

View File

@ -731,11 +731,18 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Comments creation form
*/
form: {
//TODO : implement
},
/**
* Comments editor
*/
editor: {
//TODO : implement
},
/**