feat(devops): Add KB tab to feature flag model

ref: #662 #659
This commit is contained in:
2025-03-04 03:34:51 +09:30
parent 8a56fdfcdb
commit 4b06d6a2a1
2 changed files with 18 additions and 10 deletions

View File

@ -101,16 +101,16 @@ class FeatureFlag(
}
]
},
# {
# "name": "Knowledge Base",
# "slug": "kb_articles",
# "sections": [
# {
# "layout": "table",
# "field": "knowledge_base",
# }
# ]
# },
{
"name": "Knowledge Base",
"slug": "kb_articles",
"sections": [
{
"layout": "table",
"field": "knowledge_base",
}
]
},
{
"name": "Notes",
"slug": "notes",