mirror of https://github.com/Squidex/squidex.git
4 changed files with 13 additions and 20 deletions
@ -1,14 +0,0 @@ |
|||||
// ==========================================================================
|
|
||||
// Squidex Headless CMS
|
|
||||
// ==========================================================================
|
|
||||
// Copyright (c) Squidex UG (haftungsbeschränkt)
|
|
||||
// All rights reserved. Licensed under the MIT license.
|
|
||||
// ==========================================================================
|
|
||||
|
|
||||
namespace Squidex.Areas.Api.Controllers.Assets |
|
||||
{ |
|
||||
public sealed class AssetConfig |
|
||||
{ |
|
||||
public long MaxSize { get; set; } = 5 * 1024 * 1024; |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue