Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a2e80f27f3263602edddaf0690caf95ffaffc7a3
Umbraco-CMS/src/Umbraco.Web/Models/ContentEditing/ITabbedContent.cs

12 lines
219 B
C#
Raw Normal View History

WIP - editing all variants at once, this is getting things wired up to display a content item, lots of TODOs added, models and mappings refactored, content apps put in c# model, etc...
2018-07-13 12:45:04 +10:00
using System.Collections.Generic;
namespace Umbraco.Web.Models.ContentEditing
{
Fixes up tests
2018-07-16 20:24:49 +10:00
Cleans up some models, adds another unit test, fixes the Info tab state updating when a content item is changed.
2018-08-16 23:30:33 +10:00
public interface ITabbedContent<T>
Fixes up tests
2018-07-16 20:24:49 +10:00
where T : ContentPropertyBasic
WIP - editing all variants at once, this is getting things wired up to display a content item, lots of TODOs added, models and mappings refactored, content apps put in c# model, etc...
2018-07-13 12:45:04 +10:00
{
Cleans up some models, adds another unit test, fixes the Info tab state updating when a content item is changed.
2018-08-16 23:30:33 +10:00
IEnumerable<Tab<T>> Tabs { get; }
WIP - editing all variants at once, this is getting things wired up to display a content item, lots of TODOs added, models and mappings refactored, content apps put in c# model, etc...
2018-07-13 12:45:04 +10:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1198ms Template: 83ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API