mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 16:23:22 +00:00
ADD - implement FlipTok creator platform
This commit is contained in:
@@ -218,6 +218,18 @@ Config.LocalPages = {
|
||||
CityMarktSharesPerDay = 1,
|
||||
}
|
||||
|
||||
Config.FlipTok = {
|
||||
PageSize = 12,
|
||||
CaptionMaxLength = 500,
|
||||
CommentMaxLength = 300,
|
||||
BioMaxLength = 160,
|
||||
MaxVideoDurationMs = 300000,
|
||||
MusicTracks = {},
|
||||
VerifyCommand = "fliptokverify",
|
||||
AdminGroups = { "admin" },
|
||||
ReportAdminGroups = { "admin" },
|
||||
}
|
||||
|
||||
Config.Calendar = {
|
||||
TitleMaxLength = 120,
|
||||
NoteMaxLength = 2000,
|
||||
|
||||
Reference in New Issue
Block a user