cofoundry
cofoundry copied to clipboard
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
Hello, Would it be a good idea to add a button "Publish all" on Pages dashboard in order to publish all pending modifications of all pages? With a message like...
Hi guys Currently the image picker will not allow the upload of svg file types. Is there a way around this or any plans in the future to allow the...
Localization is possible but requires changes to be made directly in the database. This area hasn't been looked at much and ideally we need to spend a bit of time...
Currently we have pickers for various entities that can have urls or sets of urls: - Pages - WebDirectories - Custom Entities It would be good to have a unified...
Hello, I would like to send a mail with a different "reply-to" email. Is it possible ? Thanks _Originally posted by @dumboster in https://github.com/cofoundry-cms/cofoundry/issues/216#issuecomment-496169044_
Hi @HeyJoel , I want to input the BCC and CC email addresses in configuration file or manually in code but the IMailService interface doesn't implement it. Task SendAsync(string toEmail,...
Hey Joel, Sorry if this question appears elsewhere, I searched through issues and couldn't find something specifically related. My question/issue revolves around implementing a brand new admin section/module. I've used...
We currently have an instance of our CMS deployed to AWS EC2 via CodeDeploy, during this process the application is removed from the server with the latest version of the...
We've had feedback that a step-by-step tutorial or "hello world" example would make it easier to get started with Cofoundry. Feedback was that the "examples are too big".
Hi, I want to know if we can create pages that can get a parameter from route without query string. For example, we want to create a page that can...