cms/resources/lang/en/adminOptionLabels.php

14 lines
433 B
PHP

<?php
return [
'logo' => 'Logo',
'siteName' => 'Site Name',
'siteDescription' => 'Site Description',
'blockSearchEngineIndexing' => 'Block Search Engine Indexing',
'googleApiKey' => 'Google API Key',
'fbAppId' => 'Facebook APP ID',
'categoryName' => 'Category Name',
'parentCategory' => 'Parent Category',
'featureImage' => 'Feature Image',
'showInFrontSearch' => 'Show In Searchbar List',
];