설정 파일 작성
스킨 설정 파일
info.php
<?php
return [
'setting' => [
'sample_text' => [
'_type' => 'text',
'_section' => '기본설정',
'label' => '샘플 문구',
'placeholder' => '샘플용 설정 필드입니다.',
'description' => '샘플용 설정 필드입니다.',
],
],
'support' => [
'mobile' => true,
'desktop' => true
]
];Last updated
Was this helpful?