mirror of https://github.com/Squidex/squidex.git
10 changed files with 100 additions and 7 deletions
@ -0,0 +1,16 @@ |
|||||
|
// ==========================================================================
|
||||
|
// Squidex Headless CMS
|
||||
|
// ==========================================================================
|
||||
|
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
||||
|
// All rights reserved. Licensed under the MIT license.
|
||||
|
// ==========================================================================
|
||||
|
|
||||
|
namespace Squidex.Domain.Apps.Core.Schemas |
||||
|
{ |
||||
|
public enum AssetPreviewMode |
||||
|
{ |
||||
|
ImageAndFileName, |
||||
|
Image, |
||||
|
FileName |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue