Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # Javascript Expansion: 1.4.1
  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. # engine: (name of script engine)
  20. #
  21. #
  22. # Example:
  23. #
  24. # 'my_placeholder':
  25. # file: 'my_placeholder.js'
  26. # engine: 'nashorn'
  27. example:
  28. file: example.js
  29. engine: nashorn
  30. #В новых placeholders "engine: nashorn" писать НЕ НАДО!! Тогда они не заработают.
  31. Любое название:
  32. file: тоже самое название сюда.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement