Contents

dotnet add OrchardCore.Contents

The contents module enables the edition and rendering of content items.

Features

Contents

Content Version Pruning

Provides a background task to prune old content item versions. Its manifest-backed feature ID is OrchardCore.Contents.VersionPruning, and it is categorized as Content Management. It depends on OrchardCore.Contents, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.

File Content Definition

Stores Content Definition in a local file. Its manifest-backed feature ID is OrchardCore.Contents.FileContentDefinition, and it is categorized as Content Management. It depends on OrchardCore.Contents, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.

Export Content To Deployment Target

Adds an export to deployment target action to the content items list. Its manifest-backed feature ID is OrchardCore.Contents.Deployment.ExportContentToDeploymentTarget, and it is categorized as Content Management. It depends on OrchardCore.Contents, OrchardCore.Deployment, and OrchardCore.Recipes.Core, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.

Add Content To Deployment Plan

Adds an add to deployment plan action to the content items list. Its manifest-backed feature ID is OrchardCore.Contents.Deployment.AddToDeploymentPlan, and it is categorized as Content Management. It depends on OrchardCore.Contents, and OrchardCore.Deployment, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.

View Or Download Content As JSON

View or download content as JSON from the content items list. Its manifest-backed feature ID is OrchardCore.Contents.Deployment.Download, and it is categorized as Content Management. It depends on OrchardCore.Contents, and OrchardCore.Deployment, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.

Licenses:
Versions:

Previous module
Content Preview
Next module
Content Types