Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit e9af553

Browse files
committed
Readme
1 parent e0bf20e commit e9af553

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# umbraco-doc-type-grid-editor-core
2-
Doc Type Grid Editor for Umbraco 9 (net core)
1+
# Doc Type Grid Editor for Umbraco 9 (net core)
2+
3+
Hi there Umbraco Grid fans - this is my WIP of the port of Doc Type Grid Editor for the upcoming Umbraco 9.
4+
5+
First a few disclaimers
6+
- I have never worked with .net core before. Don't expect me to be able to fix or answer everything.
7+
- My goal is to have a comparable version of DTGE ready for v9
8+
- I am probably going to need (a lot of) help fixing issues with this
9+
- DTGE is in my opinion feature complete - I don't want to add any new features
10+
11+
You are welcome to take the code for a spin, so far the following works:
12+
- When adding content to a grid, Doc Type Grid Editor comes up, and you can select the desired doc type, fill in content and save.
13+
- Frontend rendering works - as long as you have a view in `[viewPath from config]/[contentTypeAlias]`. The old DTGE would first try to look up by the editor alias, but I can't get the view-lookup to work.
14+
15+
Check out the issue tracker for known issues. All issues need help, so if you want to see DTGE happen for Umbraco 9, then this is where you are needed!

0 commit comments

Comments
 (0)