coyote-team / coyote-wp

Wordpress Plug-in for Coyote
2 stars 2 forks source link

Move Settings Controller View to Templating Engine #117

Closed jkva closed 2 years ago

jkva commented 2 years ago

This originally belonged to #94 but is split to prioritise a V2 release.

The preferred template engine is Twig; but any battle-tested PHP templating engine is fine.

Depending on view complexity, use custom ViewModel helper classes.

jkva commented 2 years ago

Addressed via #129.