About
Welcome to the Orchard Core Gallery.
This site lists module and themes made for Orchard Core.
If you are a owner of Orchard Core modules and/or themes, you can submit them.
How to submit a module or theme
Fork the repository and add a .md
file in the module
or theme
folder with this format.
---
title: CookieConsent # Title
slug: CookieConsent.OrchardCore # Permalink/Url
description:
A Cookie consent module for Orchard Core. # Short description of your module, displayed in lists
dependencies: ["OrchardCore.ContentFields"] # List of direct package dependencies
projectUrl: https://github.com/agriffard/CookieConsent.OrchardCore # Optional. Project Url (e.g.: GitHub repo url)
nuGetPackageId: CookieConsent.OrchardCore # Optional. NuGet Project Url
tags:
- cookies
author:
name: Antoine Griffard # Owner full name
url: https://github.com/agriffard # Owner profile url
imageUrl: https://avatars.githubusercontent.com/u/703248 # Owner avatar url (without ?... at the end)
licenses: [MIT] # Optional. List of available licenses
versions: # Optional. List of versions to use for each supported Orchard Core version.
- orchard: 2.0.0
package: 2.0.0
- orchard: 1.8.4
package: 1.8.4
pubDatetime: 2024-09-15T12:00:00Z
---
A Cookie consent module using [https://github.com/brainsum/cookieconsent](). <!-- Long description of your module, displayed on the module page -->
Then, submit a Pull Request to the main repository.
The PR will be reviewed before it appears on the site.