17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
<?php
|
|
return [
|
|
'setting' => [
|
|
'sample_text' => [
|
|
'_type' => 'text',
|
|
'_section' => '기본설정',
|
|
'label' => '샘플 문구',
|
|
'placeholder' => '샘플용 설정 필드입니다.',
|
|
'description' => '샘플용 설정 필드입니다.',
|
|
],
|
|
],
|
|
'support' => [
|
|
'mobile' => true,
|
|
'desktop' => true
|
|
]
|
|
];
|