kooboo-jifeng
kooboo-jifeng
AH, Let me think....
Hi @aruss It is planned, we want to add the event bus for every service. Right now, you can inherit from the PageManager to create your owner implementation. Inject it...
Can you make a more clear description? What's happened?
The same as #206
@aruss Yes, that's possible. That's why here have "plus" button to add another category folder.
I think you have noticed the lowered fields are used to achieve querying with case insensitive, it may duplicated the item size. I think it is possible to add a...
OK, will think about it. I think we can try to add some more options on the content type column definition.
1. Do not have the setting on content type. Maybe it can be added in the future. 2. Only have file versioning built-in, you can create you owner versioning manager.
Hi, The metadata string is already localized in the editor templates. ``` csharp @{ ViewData.TemplateInfo.HtmlFieldPrefix = ViewData.TemplateInfo.HtmlFieldPrefix.Replace(ViewData.ModelMetadata.PropertyName, "").Trim('.'); var propertyName = ViewData["name"] == null ? ViewData.ModelMetadata.PropertyName : ViewData["name"].ToString(); } @if...