@ -70,6 +70,7 @@ namespace Squidex.Domain.Apps.Entities.Contents.GraphQL.Types
Query = new AppQueriesGraphType(this, schemaInfos)
};
newSchema.RegisterType(SharedTypes.ComponentInterface);
newSchema.RegisterType(SharedTypes.ContentInterface);
if (schemaInfos.Any())
@ -29,8 +29,7 @@ namespace Squidex.Areas.Api.Controllers.Apps.Models
Items = config.Languages
.Select(x => AppLanguageDto.FromLanguage(x.Key, x.Value, config))
.Select(x => x.CreateLinks(resources, app))
.OrderByDescending(x => x.IsMaster)
.ThenBy(x => x.Iso2Code)
.OrderByDescending(x => x.IsMaster).ThenBy(x => x.Iso2Code)
.ToArray()
@ -144,7 +144,7 @@ namespace Squidex.Domain.Apps.Entities.Apps.DomainObject
{
var settings = new AppSettings
HideDateTimeQuickButtons = true
HideDateTimeModeButton = true
var command = new UpdateAppSettings { Settings = settings };