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
This packages aims to help developers quickly put together Umbraco Trees using C#.
10
10
11
11
## Features
12
12
13
13
- C# custom tree creation
14
14
- No javascript or umbraco-package.json files required
15
15
- Supports both Views & View Components
16
-
- Easy to define section permissions
17
-
18
-
## Quick Start
19
-
16
+
- Easy to define section permissions
17
+
- ✨ Custom Entity Actions!
18
+
19
+
> [!IMPORTANT]
20
+
> Version 15 will only receive security updates and no new features.
21
+
22
+
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees?tab=security-ov-file#supported-versions) for more information.
23
+
24
+
## Quick Start
25
+
20
26
### Install Package
21
27
22
28
```csharp
@@ -29,7 +35,7 @@ By default, this will display in the content section.
returnSimpleEntityActionExecuteResponse.Error("An error occurred while initiating the package update", ex.Message);
170
+
}
171
+
}
172
+
}
173
+
```
174
+
175
+
## Contributing
176
+
177
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/contribute) page.
Project maintainers plan to support all STS (Short-Term Support) and LTS (Long-Term Support) versions of Umbraco. However, exact release dates cannot be guaranteed.
19
-
20
-
> [!NOTE]
21
-
> Visit [jcdc.dev/blog/umbraco-version-information](https://jcdc.dev/blog/umbraco-version-information) for more information on Umbraco versions.
22
-
23
-
## Reporting a Vulnerability
24
-
25
-
If you discover a vulnerability in this project, please follow one of these steps to report it:
26
-
27
-
- Create an [issue](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/security/advisories/new)
28
-
- Contact the project author privately at [jcdc.dev/contact](https://jcdc.dev/contact)
29
-
30
-
### Details
31
-
32
-
Include as much information as possible about the vulnerability, including:
33
-
34
-
- Steps to reproduce
35
-
- Potential impact
36
-
- Any suggested fixes
37
-
38
-
### Acknowledgment
39
-
40
-
You will receive an acknowledgment of your report as soon as possible.
41
-
42
-
> [!NOTE]
43
-
> Response times may vary depending on other commitments.
44
-
45
-
### Resolution
46
-
47
-
Once the vulnerability is confirmed, project maintainers will work to resolve it as quickly as possible.
48
-
49
-
You will be notified once the issue has been resolved or rejected.
50
-
51
-
> [!TIP]
52
-
> If the vulnerability is accepted, you will receive credit in the release notes.
53
-
54
-
Thank you for helping to keep this project secure!
Project maintainers plan to support all STS (Short-Term Support) and LTS (Long-Term Support) versions of Umbraco. However, exact release dates cannot be guaranteed.
19
+
20
+
> [!NOTE]
21
+
> Visit [jcdc.dev/blog/umbraco-version-information](https://jcdc.dev/blog/umbraco-version-information) for more information on Umbraco versions.
22
+
23
+
## Reporting a Vulnerability
24
+
25
+
If you discover a vulnerability in this project, please follow one of these steps to report it:
26
+
27
+
- Create an [issue](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/security/advisories/new)
28
+
- Contact the project author privately at [jcdc.dev/contact](https://jcdc.dev/contact)
29
+
30
+
### Details
31
+
32
+
Include as much information as possible about the vulnerability, including:
33
+
34
+
- Steps to reproduce
35
+
- Potential impact
36
+
- Any suggested fixes
37
+
38
+
### Acknowledgment
39
+
40
+
You will receive an acknowledgment of your report as soon as possible.
41
+
42
+
> [!NOTE]
43
+
> Response times may vary depending on other commitments.
44
+
45
+
### Resolution
46
+
47
+
Once the vulnerability is confirmed, project maintainers will work to resolve it as quickly as possible.
48
+
49
+
You will be notified once the issue has been resolved or rejected.
50
+
51
+
> [!TIP]
52
+
> If the vulnerability is accepted, you will receive credit in the release notes.
53
+
54
+
Thank you for helping to keep this project secure!
0 commit comments