Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

46 linhas
683 B

  1. actions:
  2. admin.flex-objects:
  3. type: crudl
  4. label: Flex Objects
  5. types:
  6. crudpl:
  7. type: crud
  8. use:
  9. - crudp
  10. - crudl
  11. crudp:
  12. type: crud
  13. letters:
  14. p:
  15. action: publish
  16. label: PLUGIN_ADMIN.PUBLISH
  17. crudl:
  18. type: crud
  19. letters:
  20. l:
  21. action: list
  22. label: PLUGIN_ADMIN.LIST
  23. crud:
  24. type: compact
  25. letters:
  26. c:
  27. action: create
  28. label: PLUGIN_ADMIN.CREATE
  29. r:
  30. action: read
  31. label: PLUGIN_ADMIN.READ
  32. u:
  33. action: update
  34. label: PLUGIN_ADMIN.UPDATE
  35. d:
  36. action: delete
  37. label: PLUGIN_ADMIN.DELETE
  38. default:
  39. type: access