setup.txt 525 B

123456789101112131415161718192021222324252627
  1. plugin.tx_nnrestapi {
  2. settings {
  3. # where to upload new files. Use @Api\Upload("config[crazytermsapi]")
  4. fileUploads {
  5. crazytermsapi {
  6. defaultStoragePath = 1:/user_upload/apiupload/
  7. }
  8. }
  9. # Default values for new entries
  10. insertDefaultValues {
  11. Meramo\Crazytermsapi\Domain\Model\Entry {
  12. pid = 4
  13. }
  14. }
  15. # Reduce JSON in response to certain fields
  16. globalDistillers {
  17. Meramo\Crazytermsapi\Domain\Model\Entry {
  18. #include = uid, title, files
  19. flattenFileReferences = 1
  20. }
  21. }
  22. }
  23. }