Files
UnrealEngine/Engine/Plugins/Marketplace/EasyKanban/EasyKanbanBoard.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

26 lines
718 B
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"FriendlyName": "Easy Kanban Board",
"Description": "Visual task management system for Unreal Engine. Organize development workflows with customizable Kanban boards featuring drag-and-drop cards, tags, priority colors, and real-time search.",
"Category": "Tools & Plugins",
"CreatedBy": "Mythic Lemon",
"CreatedByURL": "https://www.fab.com/sellers/MythicLemon",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "EasyKanbanBoard",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
]
}