mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
272 B
PHP
14 lines
272 B
PHP
<?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',
|
|
],
|
|
];
|