dashboard.php 397B

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. return [
  3. 'title' => 'Pagrindinis puslapis',
  4. 'actions' => [
  5. 'filter' => [
  6. 'label' => 'Filtras',
  7. 'modal' => [
  8. 'heading' => 'Filtras',
  9. 'actions' => [
  10. 'apply' => [
  11. 'label' => 'Taikyti',
  12. ],
  13. ],
  14. ],
  15. ],
  16. ],
  17. ];