yawik / Orders

Adds a billing address to the job posting entering wizard
https://yawik.org
MIT License
0 stars 1 forks source link

Make the fomular configurable #5

Closed cbleek closed 6 years ago

cbleek commented 7 years ago

@TiSiE please describe the task and assign it to kilip

TiSiE commented 7 years ago

The InvoiceAddress form should be customizable. Which means, fields' options should be configurable through a simple config file in the config/autoload directory.

Fortunately, most of the work is already done in YAWIK

This is currently done with Jobs/src/Jobs/Form/JobboardSearch.php and its factory, options and config file

cbleek commented 6 years ago

Works. Thanks a lot