Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 279 Bytes

Variables-Expansion

Placeholder:

  • %variables_<variable>%

Will parse placeholders before returning value

Example: %variables_1% will return Hello based on the config below

Example setup in PlaceholderAPI config:

expansions:
  variables:
    '1': 'Hello'