Skip to content

Commit fad2d4b

Browse files
committed
doc: Update README
1 parent 56e3edd commit fad2d4b

1 file changed

Lines changed: 2 additions & 39 deletions

File tree

.github/README.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -15,48 +15,11 @@ Looking for Umbraco Content Apps? Check out [Umbraco.Community.SimpleContentApps
1515
- Supports both Views & View Components
1616
- Easy to define section permissions
1717

18-
> [!IMPORTANT]
19-
> Version 14 will only receive security updates and no new features.
18+
> [!WARNING]
19+
> Version 14 is no longer supported and is End of Life (EOL).
2020
2121
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.SimpleWorkspaceViews?tab=security-ov-file#supported-versions) for more information.
2222
23-
## Quick Start
24-
25-
### Install Package
26-
27-
```csharp
28-
dotnet add package Umbraco.Community.SimpleWorkspaceViews
29-
```
30-
31-
### Register WorkspaceView
32-
33-
By default, this will display in the content section for Admins only.
34-
35-
```csharp title="BasicWorkspaceView.cs"
36-
using Umbraco.Community.SimpleWorkspaceViews.Core;
37-
public class BasicWorkspaceView : SimpleWorkspaceView { }
38-
```
39-
40-
### Create View
41-
42-
- Your view **must** go in `/Views/WorkspaceViews`
43-
- You view **must** be the name of your C# class (without `WorkspaceView`)
44-
- For example: `BasicWorkspaceView.cs` => `/Views/WorkspaceViews/Basic.cshtml`
45-
46-
```razor title="Views/WorkspaceViews/Basic.cs"
47-
@inherits Umbraco.Community.SimpleWorkspaceViews.Web.WorkspaceViewViewPage
48-
49-
<uui-box headline="Hello Umbraco">
50-
<p>My WorkspaceView is: @Model.WorkspaceView.Alias</p>
51-
</uui-box>
52-
```
53-
### More examples
54-
55-
Check out [docs/examples.md](https://github.com/jcdcdev/Umbraco.Community.SimpleWorkspaceViews/blob/v15/docs/examples.md) for more complex examples.
56-
57-
58-
59-
6023
## Contributing
6124

6225
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.SimpleWorkspaceViews/contribute) page.

0 commit comments

Comments
 (0)