For anyone finding this thread after a google search:
The solution with ProcessWire 3x is
$field = wire('modules')->get('InputfieldText');
$field->name = 'headline_default';
$field->label = "Please enter the promo headline:";
$field->useLanguages = true; // add this line
$inputfields->add($field);
Just to mention for anyone having problems with the File Tag Compiler and field rendering to have a look at
https://github.com/processwire/processwire-issues/issues/313
This solved my problem.
Hi there,
I created a new module called TextformatterMixcloudEmbed. It is based on the Soundcloud Embed Textformatter by Marvin Scharle and the Textformatter Youtube Embed by Ryan and is working the same way.
I hope you like it!
Download:
https://github.com/TomasKostadinov/TextformatterMixcloudEmbed
Screenshots: