display content modification page

This commit is contained in:
Manuel Raynaud
2013-09-21 15:20:06 +02:00
parent 4ec55e5aca
commit 849c7dd20b
5 changed files with 443 additions and 26 deletions

View File

@@ -30,6 +30,12 @@ class Content extends BaseContent
// and generate the position relative to this folder
}
public function getDefaultFolderId()
{
//@TODO update contentFolder Table, adding by_default column
}
/**
* {@inheritDoc}
*/