Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/garpunkal/dittosandbox
- Owner: garpunkal
- Created: 2016-11-23T11:42:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T20:02:47.000Z (over 2 years ago)
- Last Synced: 2024-11-07T17:37:16.097Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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