2026-05-29 23:29:31 +03:30
|
|
|
namespace FlatRender.ContentSvc.Domain.Enums;
|
|
|
|
|
|
|
|
|
|
public enum ChooseMode { FIX, FLEXIBLE, MockUp, MusicVisualizer, VoiceOver }
|
|
|
|
|
public enum ResolutionKind { HD, FullHD, TwoK, FourK }
|
|
|
|
|
public enum SceneKind { Normal, Config, DesignStart, DesignEnd }
|
|
|
|
|
public enum ContentElementType
|
|
|
|
|
{
|
|
|
|
|
Text, TextArea, Media, Audio, Voiceover,
|
|
|
|
|
CheckBox, DropDown, Fill, Color, Number,
|
|
|
|
|
Date, Toggle, Slider, Counter, Hidden
|
|
|
|
|
}
|
|
|
|
|
public enum JustifyKind { LEFT_JUSTIFY, CENTER_JUSTIFY, RIGHT_JUSTIFY, FULL_JUSTIFY }
|
|
|
|
|
public enum AiInputType { None, TitleSuggest, BodySuggest, TranslateRtl, TranslateLtr, RemoveBG, UpscaleImage, TTS }
|
|
|
|
|
public enum RepeatSortStrategy { Manual, Alphabetical, Numerical, InsertOrder }
|
|
|
|
|
public enum AttrValueKind { fill, stroke, tracking, dropshadow }
|
2026-06-11 22:43:25 +03:30
|
|
|
public enum BlogKind { Blog, Landing, Learn, Page }
|
2026-05-29 23:29:31 +03:30
|
|
|
public enum SlideType { Hero, Promo, Tutorial, Category, Custom }
|
|
|
|
|
public enum ContainerFavoriteKind { Container }
|