File tree Expand file tree Collapse file tree
src/OrchardCoreContrib.Contents Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212[ assembly: Feature (
1313 Id = "OrchardCoreContrib.Contents.ShareDraftContent" ,
1414 Name = "Share Draft Content" ,
15- Description = "Allows sharing of draft content items via a unique link."
15+ Description = "Allows sharing of draft content items via a unique link." ,
16+ Dependencies = [ "OrchardCore.Contents" ]
1617) ]
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
3+ <PropertyGroup >
4+ <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
5+ <VersionPrefix >1.0.0</VersionPrefix >
6+ <Authors >The Orchard Core Contrib Team</Authors >
7+ <Company />
8+ <Description >Provides features related to content management.</Description >
9+ <PackageReadmeFile >README.md</PackageReadmeFile >
10+ <PackageLicenseExpression >BSD-3-Clause</PackageLicenseExpression >
11+ <PackageProjectUrl >https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/tree/main/src/OrchardCoreContrib.Contents/README.md</PackageProjectUrl >
12+ <RepositoryUrl >https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules</RepositoryUrl >
13+ <RepositoryType >git</RepositoryType >
14+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
15+ <PackageTags >Orchard Core, Orchard Core Contrib, Contents</PackageTags >
16+ <PackageReleaseNotes >https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/releases</PackageReleaseNotes >
17+ <PackageId >OrchardCoreContrib.Contents</PackageId >
18+ <PackageIcon >icon.png</PackageIcon >
19+ <Product >Orchard Core Contrib Contents Module</Product >
20+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
21+ <Copyright >2019 Orchard Core Contrib</Copyright >
22+ </PropertyGroup >
23+
324 <ItemGroup >
425 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
526 </ItemGroup >
1334 <PackageReference Include =" OrchardCore.ResourceManagement" />
1435 </ItemGroup >
1536
37+ <ItemGroup >
38+ <None Include =" ../../images/icon.png" Pack =" true" PackagePath =" icon.png" />
39+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
40+ </ItemGroup >
41+
1642</Project >
Original file line number Diff line number Diff line change 1+ # Contents Module
2+
3+ This module provides features related to content management.
4+
5+ ## Version
6+
7+ 1.0.0
8+
9+ ## Category
10+
11+ Content Management
12+
13+ ## Dependencies
14+
15+ This module has no dependencies.
16+
17+ ## Features
18+
19+ | | |
20+ | ------------------| -----------------------------------------------------------------------|
21+ | ** Name** | Share Draft Content (` OrchardCoreContrib.Contents.ShareDraftContent ` ) |
22+ | ** Description** | Allows sharing of draft content items via a unique link. |
23+ | ** Dependencies** | ` OrchardCore.Contents ` |
24+
25+ ## NuGet Packages
26+
27+ | Name | Version |
28+ | ---------------------------------------------------------------------------------------------------------------------| -------------|
29+ | [ ` OrchardCoreContrib.Contents ` ] ( https://www.nuget.org/packages/OrchardCoreContrib.Contents/1.0.0 ) | 1.0.0 |
30+
31+ ## Get Started
32+
33+ 1 . Install the [ ` OrchardCoreContrib.Contents ` ] ( https://www.nuget.org/packages/OrchardCoreContrib.Contents/ ) NuGet package to your Orchard Core host project.
34+ 2 . Go to the admin site
35+ 3 . Select ** Configuration -> Features** menu.
36+ 4 . Enable the ` Share Draft Content ` feature.
37+ 5 . Edit any content item.
38+ 6 . Now you will be able to share draft content items via a unique link.
You can’t perform that action at this time.
0 commit comments