Joel Mitchell
Joel Mitchell
When you update a field in you c# model file the data will continue to exist in the database record until you update the entity, at which point the json...
There's not a lot I can suggest at the moment, you can either re-purpose the existing fields or manage the data separately in some custom way (separate to Cofoundry) -...
For page templates there are properties on the `IPageViewModel`: ```csharp @model IPageViewModel @inject ICofoundryTemplateHelper Cofoundry @{ // A simple flag for edit mode var isEditing = Model.IsPageEditMode; // More detail...
No that is not supported. How would you know which block to open? Do you know the Id of the block you want to display? We did some work on...
I don't think we'd be working on this any time soon, but this functionality might come in as part of #68 or there's a couple of other enhancements I've got...
Hi @mcockrellsana, As you've probably worked out already, the admin panel is not well documented but is quite extensible. As a general rule the parts of Cofoundry that are documented...
TODO: Add documentation and samples for creating custom admin section.
No, not yet, this was added with the new `[NestedDataModelCollection]` attribute but wasn't back-ported to older collection types.
@bbqchickenrobot thanks for the feedback. When you say break compatibility do you mean: 1. You would like to run your existing ASP.NET Identity side-by-side with Cofoundry User accounts as two...
File support is down to your imaging plugin, which will typically be [Cofoundry.Plugins.Imaging.ImageSharp](https://github.com/cofoundry-cms/Cofoundry.Plugins.Imaging.ImageSharp) because it's the only one we've implemented so far, and this does not support SVG, but it...