cofoundry
cofoundry copied to clipboard
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
Is it possible for us to validate that an output property has been assigned to after a command has been executed? It would save testing for this condition.
At the moment if you want to customize the startup process you need to create an implementation of one of the objects that gets used in the startup pipeline e.g....
Hi @HeyJoel Sorry I've to edit the title and question.... Is it possible to get all entities on data model annotation? Something like **EntityMultiTypeCollection**? ``` [CustomEntityMultiTypeCollection(new string[] { "AUTBPB", "BPBPBD",...
Currently we only have an in-memory implementation of `IObjectCacheFactory`, but it should be fairly easy to add additional packages for solutions like redis. Implementing this should allow support for multi-instance...
Similar to #187, a developer has requested to restrict page permission by user or role. Specifically the request was to: > set user permissions per page? I have multiple content...
Hi. I want to reuse "Footer" block type. I have multiple templates for different pages (f.e. home, projects), but want to use one footer for all of them. Am I...
Hi, It would be good to be able a option to allow users can reuse page blocks contents that have been previously used. You could add a "reuse" button next...
You should be able to add custom data fields to pages using models defined in the same way that we do for custom entities and page block types. The example...
Hi, I tried to implement customentity all checkbox checked one option but,I can't do this @HeyJoel Can you please help me on this any possible way for this.  Thanks...
The meta data part of pages has been carried forward from previous versions but isn't very relevant to SEO today or extensible. - ~~Description shouldn't be mandatory~~ - ~~Keywords is...