#402 location settings lang

This commit is contained in:
vedatakd 2019-09-06 14:11:29 +03:00
parent 28c77f1da8
commit 4bf1efdf72

View File

@ -1,4 +1,13 @@
<?php
return [
'home_page_location' => [
'name' => 'Home Page Location Field',
],
'list_page_location' => [
'name' => 'List Page Location Field',
],
'detail_page_location' => [
'name' => 'Detail Page Location Field',
],
];