pers0n Posted February 24, 2014 Share Posted February 24, 2014 How would I make a module use "TextareaLanguage" rather than just a regular text field? I'm modifying the Events fieldtype and want some fields to be language friendly. Link to comment Share on other sites More sharing options...
dragan Posted February 24, 2014 Share Posted February 24, 2014 Without having installed / tried the a.m. module, I guess it would suffice to just define the "Notes" field as a TextareaLanguage field in the backend. Link to comment Share on other sites More sharing options...
pers0n Posted February 26, 2014 Author Share Posted February 26, 2014 I've looked over the code, but have no clue where to even define the field to use TextareaLanguage Link to comment Share on other sites More sharing options...
Soma Posted February 26, 2014 Share Posted February 26, 2014 InptfieldText -> InputfieldTextLanguage Link to comment Share on other sites More sharing options...
Soma Posted February 26, 2014 Share Posted February 26, 2014 But don't think module config supports multilanguage. It's saved as serialized data. You'd have to make some trickery but can't think of any In case of the events example boilerplate I'm not sure it's possible . Again with massive tweak to also db schema and hooks to really support mulling fields. I could be wrong though. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now