hi,
im not sure, but i think you need to create a file called wpm-config.json and put this on the root of your template.
you can use the base file, stored in the plugin folder, called core-config.json
or just create a simple json with the following data
{
"post_fields": {
"banner-lang": {}
}
}
then, the custom field need to be filled with your translation.
if you have, for example, 2 langs, you need to put in the input
[:LANG_1]your text[:LANG_2]translated text[:]
where LANG_1 could be :en for english and LANG_2 :es for spanish
hope you can understand.
-
This reply was modified 5 years, 1 month ago by damianepiste.