Namespace feature implementation
This commit is contained in:
		@@ -5,20 +5,33 @@ return [
 | 
			
		||||
    "topic_filters" => [
 | 
			
		||||
 | 
			
		||||
        "covid19" => [
 | 
			
		||||
            "description" => "",
 | 
			
		||||
            "dv_name" => "ކޮރޯނާ ވައިރަސް",
 | 
			
		||||
            "description" => "ކޮރޯނާ ވައިރަހާއި ބެހޭ ޙަބަރުތަކުގެ އެންމެފަހުގެ އަޕްޑޭޓް.",
 | 
			
		||||
            "keys" =>   ["covid19", "covid-19", "corona_virus", "covid_19", "coronavirus"],
 | 
			
		||||
            "color" => "border-red-500"
 | 
			
		||||
            "color" => "red"
 | 
			
		||||
        ],
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        "sports" => [
 | 
			
		||||
            "description" => "",
 | 
			
		||||
            "dv_name" => "ކުޅިވަރު",
 | 
			
		||||
            "description" => "ކުޅިވަރުގެ ތަފާތު ޙަބަރުތަށް",
 | 
			
		||||
            "keys" => [
 | 
			
		||||
                "football", "sport", "kulhivaru", "maldives_national_football_tea", "football_association_of_maldiv", "local_sports", "spanish_league",
 | 
			
		||||
                "english-premier-league", "spanish-la-liga", "real_madrid", "bayern-munich", "arsenal", "atletico_madrid", "chelsea", "united-victory", "manchester-united"
 | 
			
		||||
            ],
 | 
			
		||||
            "color" => "border-blue-500"
 | 
			
		||||
            "color" => "blue"
 | 
			
		||||
 | 
			
		||||
        ]
 | 
			
		||||
        ],
 | 
			
		||||
 | 
			
		||||
        "business" => [
 | 
			
		||||
            "dv_name" => "ވިޔަފާރި",
 | 
			
		||||
            "description" => "ފިޔަފާރިއާ ބެހޭ އެންމެ ފަހުގެ ޙަބަރުތަށް",
 | 
			
		||||
            "keys" => [
 | 
			
		||||
                "tourism", "sme_loan","sme_bank","public_companies","mtcc","tourists","world_tourism_day_","mtcc_shares","google","guest_house","fish_products","tax", "business", "dhiraagu",
 | 
			
		||||
                "raajjeyge_iqthisaadh", "guesthouse", "fathuruverikan", "fathuruverikamuge_dhaairaa", "Airport_development", "regional_airports", "loan-schemes", "economy", "ministry-of-finance-and-treasury",
 | 
			
		||||
                "ooredoo", "fisheries"
 | 
			
		||||
            ],
 | 
			
		||||
            "color" => "green"
 | 
			
		||||
        ],
 | 
			
		||||
    ]
 | 
			
		||||
];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user