Sam Pohlenz
Sam Pohlenz
The placeholder text for the search field can be customized by editing the i18n translations in your `config/locales/en.yml` (or other lang file). For example, given a resource defined as `Trestle.resource(:actors)`...
Fixed in Trestle [(99cfca4)](https://github.com/TrestleAdmin/trestle/commit/99cfca45c0eda4ce437e20932988b4e6168ca1f5).
This isn't currently possible but should hopefully be very soon (I'm planning on working on it within the next couple of weeks).
Thanks for the contribution. This looks like it is probably okay to merge (once I fix the Travis errors). However I'm curious as to how you are defining your custom...
This is definitely a valid question -- the docs and authorization functionality are still somewhat lacking. To accomplish this today however, I would suggest using a `before_action` within your Trestle...
I haven't implemented OAuth yet with trestle-auth (closest I've done is a 2-factor auth with an additional login field, something I'll need to compile a guide on). It's something I'd...
I've tried various things and unfortunately haven't been able to reproduce this (though I did uncover a couple of unrelated Rails 7.1 issues in the process). My gut feel is...
What gem version are you using? Your example seems to work fine for me with tinymce-rails 4.7.9.
Sorry for taking so long to check this out. I can reproduce this, however I believe the problem is in tinymce itself, and I haven't been able to successfully work...
@seantaylor Did the solution in your link work for you? If so, I might add a note to the README.