Formatting job chips #401
-
Hi Hopefully im posting this in the correct area, I'm trying to add a job chip on the portal on a Wordpress site I found that i can add the job chip within the plugin options and also via the FTP on the file called app.json I've manage to add a salary job chip i'm just stuck on how to format it with a decimal and a pound sign so far this is the code in the json file i know i need to add GBP to the type
if anyone could help that would be great Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello, The option for salary needs to be an object just like dateLastPublished. So something like the following.
|
Beta Was this translation helpful? Give feedback.
Hello,
The option for salary needs to be an object just like dateLastPublished. So something like the following.
{ "type": "GBP", "field": "salary" }