The repository contains a set of modules for the Orchard Core CMS, and the repository is working to make Orchard Core easier to use.
This repositry is referencing a stable build of Orchard Core (1.8.0
).
Load assemblies from config file
appsettings.json
"OrchardCore":{
"ExternalLib": {
"Paths": [
"ExternalLibs", // 动态库路径 相对于App_Data 路径,或指定完整路径
"D:\\project\\bin\\net8.0"// Your external lib
]
},
}
Replace the implementation of the specified controller action in OrchardCore
This module implements some controller action replacement with the help of EasyOC.ReplaceAction
.
- Adding Swagger UI support to OrchardCore
- Integration OpenId code flow authentication
Make the Timer Workflow Activty support site time zone.
Improve the OC Deployment
feature