Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

46 líneas
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