| @@ -580,8 +580,9 @@ | ||
| 580 | 580 | 'topic_summary' => __( 'Topic Summary', 'wpforo' ), |
| 581 | 581 | 'content_indexing' => __( 'Content Indexing', 'wpforo' ), |
| 582 | 582 | 'multimodal_image_indexing' => __( 'Image Indexing', 'wpforo' ), |
| 583 | 583 | 'document_indexing' => __( 'Document Indexing', 'wpforo' ), |
| 584 | + 'custom_knowledge_indexing' => __( 'Custom Knowledge Indexing', 'wpforo' ), | |
| 584 | 585 | 'ai_topic_generator' => __( 'Topic Generator', 'wpforo' ), |
| 585 | 586 | 'ai_reply_generator' => __( 'Reply Generator', 'wpforo' ), |
| 586 | 587 | 'auto_tag_generation' => __( 'Tag Maintenance', 'wpforo' ), |
| 587 | 588 | 'ai_suggestion' => __( 'AI Suggestions', 'wpforo' ), |
| @@ -611,8 +612,9 @@ | ||
| 611 | 612 | 'topic_summary' => '#03A9F4', |
| 612 | 613 | 'content_indexing' => '#9C27B0', |
| 613 | 614 | 'multimodal_image_indexing' => '#CE93D8', |
| 614 | 615 | 'document_indexing' => '#AB47BC', |
| 616 | + 'custom_knowledge_indexing' => '#7B1FA2', | |
| 615 | 617 | 'ai_topic_generator' => '#FF9800', |
| 616 | 618 | 'ai_reply_generator' => '#FF5722', |
| 617 | 619 | 'auto_tag_generation' => '#795548', |
| 618 | 620 | 'ai_suggestion' => '#00BCD4', |