As semi-quick workaround if you are creating new paragraphs and can't set them to be translated because you can't save the page (/admin/config/regional/content-language) is to export the configuration, update the config file, and then import configuration.
- drush cex -y
- Edit the configuration file: language.content_settings.paragraph._YOUR_NAME_HERE_.yml
- Add the following between dependancies and id:
module: - content_translation third_party_settings: content_translation: enabled: true bundle_settings: untranslatable_fields_hide: '1'
- Import the configuration: drush cim -y
kcolwell β created an issue.
@damondt Thank you for that little tidbit of information.
kcolwell β created an issue.
kcolwell β created an issue.
kcolwell β created an issue.
Oh this was dumb.
It was actually a CSS problem on our site caused by some of the changes between 8.0 and 8.1.
All fixed now.
Thanks
kcolwell β created an issue.
kcolwell β created an issue.
Oh weird, I must have been doing something else that caused that file to appear.
My apologies!
Sure I installed this module and afterword found that a new folder and file had appeared: docroot/sites/simpletest/Assert.php
kcolwell β created an issue.
kcolwell β created an issue.
kcolwell β created an issue.