Jump to content
thirty bees forum
  • 0

Adding multi lang fields in BO


wakabayashi

Question

What is the best way to add multiple lang fields in BO?

I am working on the admin-dev\themes\default\template\controllers\products\features.tpl file. I just want to add another lang field like the custom value field. Is this seriously that complex or is there another way? 

I would believe that I could use an "include" or so. 🙄

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
{include file="../../helpers/form/form.tpl" fields=[['form' => ['input' => [['type' => 'text', 'name' => 'buddy', 'lang' => true]]]]]}

I will try using something like this. Not super nice ofc, but IMO a lot better than duplicate code over and over again... Will keep you updated, if something like this is working or not.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...