Advertisement
DuneSciFye

Untitled

May 14th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # Javascript Expansion: @VERSION@
  2. # This is the main configuration file for the Javascript Expansion.
  3. #
  4. # You will define your javascript placeholders in this file.
  5. #
  6. # Javascript files must be located in the:
  7. # /plugins/placeholderapi/javascripts/ folder
  8. #
  9. # A detailed guide on how to create your own javascript placeholders
  10. # can be found here:
  11. # https://github.com/PlaceholderAPI-Expansions/Javascript-Expansion/wiki
  12. #
  13. # Your javascript placeholders will be identified by: %javascript_<identifier>%
  14. #
  15. # Configuration format:
  16. #
  17. # <identifier>:
  18. # file: <name of file>.<file extension>
  19. #
  20. # Example:
  21. #
  22. # 'my_placeholder':
  23. # file: 'my_placeholder.js'
  24.  
  25. # Javascript Expansion: @VERSION@
  26. # This is the main configuration file for the Javascript Expansion.
  27. #
  28. # You will define your javascript placeholders in this file.
  29. #
  30. # Javascript files must be located in the:
  31. # /plugins/placeholderapi/javascripts/ folder
  32. #
  33. # A detailed guide on how to create your own javascript placeholders
  34. # can be found here:
  35. # https://github.com/PlaceholderAPI-Expansions/Javascript-Expansion/wiki
  36. #
  37. # Your javascript placeholders will be identified by: %javascript_<identifier>%
  38. #
  39. # Configuration format:
  40. #
  41. # <identifier>:
  42. # file: <name of file>.<file extension>
  43. #
  44. # Example:
  45. #
  46. # 'my_placeholder':
  47. # file: 'my_placeholder.js'
  48. dmshop:
  49. file: dmshop.js
  50. dmshop-maxitems:
  51. file: dmshop-maxitems.js
  52. dmshop-maxpurchase:
  53. file: dmshop-maxpurchase.js
  54. change:
  55. file: change.js
  56. example:
  57. file: example.js
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement