Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garpunkal/dittosandbox

Sandbox for Umbraco and Ditto, including custom processors and demo property converters. This is my personal compilation of code from various sources with tweaks that I use for building Umbraco websites. This sandbox allows me to demo the ease of use for Ditto and is a repository of great code to re-use!
https://github.com/garpunkal/dittosandbox

Last synced: 13 days ago
JSON representation

Sandbox for Umbraco and Ditto, including custom processors and demo property converters. This is my personal compilation of code from various sources with tweaks that I use for building Umbraco websites. This sandbox allows me to demo the ease of use for Ditto and is a repository of great code to re-use!

Awesome Lists containing this project

README

        

# DittoSandbox
Sandbox for Umbraco and Ditto, including custom processors and demo property converters. This is my personal compilation of code from various sources listed below, with tweaks that I use for building Umbraco websites.

This sandbox allows me to demo the ease of use for Ditto and is a repository of great code to re-use!

Some sources:

**Umbraco**: https://github.com/umbraco/Umbraco-CMS

**Ditto**: https://github.com/leekelleher/umbraco-ditto

**Dittoified**: https://github.com/lars-erik/DittoDemoModelsBuilderified/tree/master/Dittoified
- A lot of the processors from this demo are in my DittoSandbox and I've attempted to extend for demo purposes.

**Umbraco Core Property Value Converters**: https://github.com/Jeavon/Umbraco-Core-Property-Value-Converters/
- I extract the RelatedLinks code into the sandbox to demo the functionality.

**ezSearch**: https://github.com/umco/umbraco-ezsearch
- I've extracted the ezSearch code and created a strongly typed framework for search using Ditto objects. I've removed the code from a single razor view.

**Useful documentation links**:

- http://skrift.io/articles/archive/ditto-the-friendly-poco-mapper-for-umbraco/
- https://jamiepollock.github.io/blog/2016/06/15/getting-started-with-ditto-processors
- https://our.umbraco.org/projects/developer-tools/umbraco-core-property-value-converters
- https://github.com/leekelleher/umbraco-ditto/issues/194