aboutsummaryrefslogtreecommitdiffstats
path: root/mod/blocks.php
Commit message (Collapse)AuthorAgeFilesLines
* add design tool menu to appropriate pagesfriendica2013-09-031-0/+19
|
* webpage content-type -- needs cleaning up and a security check once all the ↵friendica2013-09-021-1/+1
| | | | important bits are in place.
* add layouts and editlayout and rework the page logic in mod/itemfriendica2013-09-011-1/+1
|
* This isn't optimal, but on the short term we'll clone the page editor to use ↵friendica2013-09-011-0/+82
as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for.