13 lines
411 B
PHP
13 lines
411 B
PHP
<?php
|
|
return [
|
|
'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',
|
|
];
|