⚙️ KESS Type Rules Editor

Manage flag → template mappings with drag reorder & custom categories
Total Rules 4
Categories 2
Food Types 2
Non-Food Types 2
↕️
Flag
Type Name
Template ID
Description
Category
Actions

📁 Categories

➕ Add New Rule

📋 TypeRules Array (Copy this into your code)

const typeRules = [ { flag: 1, name: 'Food Factory', defaultTemplate: 18, description: 'โรงงานผลิตสินค้าที่เป็นอาหาร', category: 'food' }, { flag: 2, name: 'Food Collector', defaultTemplate: 17, description: 'ผู้รวบรวม/นำเข้า/จัดจำหน่ายอาหาร', category: 'food' }, { flag: 3, name: 'Non-Food Factory', defaultTemplate: 16, description: 'โรงงานผลิตสินค้าที่ไม่ใช่อาหาร', category: 'nonfood' }, { flag: 4, name: 'Non-Food Collector', defaultTemplate: 15, description: 'ผู้รวบรวม/นำเข้า/จัดจำหน่ายไม่ใช่อาหาร', category: 'nonfood' } ];
Message