You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2024. It is now read-only.
A grid editor for Umbraco that allows you to use Doc Types as a blue print for grid-cell data.
8
7
9
-
10
8
## Getting Started
11
9
12
10
### Installation
13
11
14
-
> *Note:* Doc Type Grid Editor has been developed against Umbraco since v7 supports different versions of Umbraco:
15
-
12
+
> _Note:_ Doc Type Grid Editor has been developed against Umbraco since v7 supports different versions of Umbraco:
16
13
17
14
DTGE is compatible with the following Umbraco versions:
18
15
Umbraco 7.1-7.5: DocTypeGridEditor 0.5.0
19
16
Umbraco 7.6-7.x: DocTypeGridEditor 0.6.0
20
17
Umbraco 8.1-8.5: DocTypeGridEditor 1.1.0
21
18
Umbraco 8.5-8.x: DocTypeGridEditor 1.2.7
22
19
Umbraco 9.0-9.x: DocTypeGridEditor 2.0.0
20
+
Umbraco 10.0-10.x: DocTypeGridEditor 10.0.0
23
21
24
22
Doc Type Grid Editor can be installed from either Our Umbraco package repository, or NuGet. From version 2.0.0 only NuGet can be used to install the package.
25
23
@@ -33,58 +31,55 @@ To install from Our Umbraco, please download the package from:
33
31
34
32
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.DocTypeGridEditor), you can run the following command from within Visual Studio:
35
33
36
-
PM> Install-Package Our.Umbraco.DocTypeGridEditor
34
+
PM> Install-Package Our.Umbraco.DocTypeGridEditor
37
35
38
36
---
39
37
40
38
## Developers Guide
41
39
42
40
For details on how to use the Doc Type Grid Editor package, please refer to our documentation.
43
41
44
-
*[Doc Type Grid Editor - Developers Guide, v1.2.x](docs/developers-guide-v1.md)
45
-
*[Doc Type Grid Editor - Developers Guide, v2.x.x](docs/developers-guide-v2.md)
42
+
-[Doc Type Grid Editor - Developers Guide, v1.2.x](docs/developers-guide-v1.md)
43
+
-[Doc Type Grid Editor - Developers Guide, v2.x.x & v10.x.x](docs/developers-guide-v2.md)
46
44
47
45
---
48
46
49
47
## Known Issues
50
48
51
49
Please be aware that not all property-editors will work within Doc Type Grid Editor. The following Umbraco core property-editors are known to have compatibility issues:
52
50
53
-
* Image Cropper
54
-
* Macro Container
55
-
* Tags
56
-
* Upload
51
+
- Image Cropper
52
+
- Macro Container
53
+
- Tags
54
+
- Upload
57
55
58
56
---
59
57
60
58
## Contributing to this project
61
59
62
60
Anyone and everyone is welcome to contribute. Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md).
63
61
64
-
*[Bug reports](CONTRIBUTING.md#bugs)
65
-
*[Feature requests](CONTRIBUTING.md#features)
66
-
*[Pull requests](CONTRIBUTING.md#pull-requests)
67
-
62
+
-[Bug reports](CONTRIBUTING.md#bugs)
63
+
-[Feature requests](CONTRIBUTING.md#features)
64
+
-[Pull requests](CONTRIBUTING.md#pull-requests)
68
65
69
66
## Contact
70
67
71
68
Have a question?
72
69
73
-
*[Doc Type Grid Editor Forum](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor/doc-type-grid-editor-feedback/) on Our Umbraco
74
-
*[Raise an issue](https://github.com/skttl/umbraco-doc-type-grid-editor/issues) on GitHub
75
-
70
+
-[Doc Type Grid Editor Forum](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor/doc-type-grid-editor-feedback/) on Our Umbraco
71
+
-[Raise an issue](https://github.com/skttl/umbraco-doc-type-grid-editor/issues) on GitHub
76
72
77
73
## Dev Team
78
74
79
-
*[Søren Kottal](https://github.com/skttl)
75
+
-[Søren Kottal](https://github.com/skttl)
80
76
81
77
### Special thanks
82
78
83
-
* Thanks to [Matt Brailsford](https://github.com/mattbrailsford) and [Lee Kelleher](https://github.com/leekelleher) for building this great package.
84
-
* Thanks to [Jeavon Leopold](https://github.com/Jeavon) for being a rockstar and adding AppVeyor & NuGet support.
85
-
* Thanks to [Dave Woestenborghs](https://github.com/dawoe) for helping solve showstopper issues.
86
-
* Thanks to [Arnold Visser](https://github.com/ArnoldV) and [Bjarne Fyrstenborg](https://github.com/bjarnef) for help with porting the package to Umbraco 8.
87
-
79
+
- Thanks to [Matt Brailsford](https://github.com/mattbrailsford) and [Lee Kelleher](https://github.com/leekelleher) for building this great package.
80
+
- Thanks to [Jeavon Leopold](https://github.com/Jeavon) for being a rockstar and adding AppVeyor & NuGet support.
81
+
- Thanks to [Dave Woestenborghs](https://github.com/dawoe) for helping solve showstopper issues.
82
+
- Thanks to [Arnold Visser](https://github.com/ArnoldV) and [Bjarne Fyrstenborg](https://github.com/bjarnef) for help with porting the package to Umbraco 8.
0 commit comments