summaryrefslogtreecommitdiff
path: root/content/types.go
AgeCommit message (Collapse)Author
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
2016-12-06cleanup template, move ContentName into base Item as String on Identifiable ↵Steve Manuel
interface, also makes Item implement Stringer, useful in fmt funcs
2016-11-09moving Mergeable interface to editor package. Fighting with cyclical imports ↵Steve Manuel
for too long will make you do things. Editable and Sortable interfaces are here already, so clerically its ok.
2016-11-08moving Mergable interface to content package. Still hit cyclical import ↵Steve Manuel
issue, still makes sense to have in content
2016-09-20adding support for boltdb storage, updating and inserting content, some ↵Steve Manuel
reorganization
2016-09-19reorganizing files and dir structure. adding initial (incomplete) ↵Steve Manuel
management, types, system and db functionality.