document.php 249 B

12345678910111213
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Document' => '文章和协议管理',
  5. 'document' => '文章和协议管理',
  6. ],
  7. 'fields' => [
  8. 'title' => '标题',
  9. 'content' => '内容',
  10. ],
  11. 'options' => [
  12. ],
  13. ];