sigwinhq / yassg

Yet Another Static Site Generator
MIT License
3 stars 0 forks source link

Late binding permutator #72

Open dkarlovi opened 2 years ago

dkarlovi commented 2 years ago

Allows injecting currently selected values into the value generator (one specific example, current locale from #71).

This allows subsequent variables to be restricted based on previously chosen variables.

For example

paginatorItems: 0, 10, 100
paginatorCurrentPage: 1, 3, 5

Current page for the paginator cannot be > 0 if number of items is < 100.