Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limiter plugin not showing live limit updates in Craft 3 #116

Closed
mikeebee opened this issue Jan 21, 2019 · 1 comment
Closed

Limiter plugin not showing live limit updates in Craft 3 #116

mikeebee opened this issue Jan 21, 2019 · 1 comment

Comments

@mikeebee
Copy link

Hello! I have successfully added the Limiter plugin to Craft by adding this to my config/redactor/Standard.json file.

{
  ...
  "plugins": ["fullscreen", "limiter"],
  "limiter": 200
}

It is working, the user stops being able to add any more content after 200 characters but there is no feedback in the UI like shown on the plugin page. I've had a dig around and saw some mention of needing to include some JS but that seems to be from Craft 2.

Any ideas what I'm missing?

Many thanks!
Mike

Craft CMS 3.0.37
Redactor 2.1.7

@andris-sevcenko
Copy link
Contributor

What the demo code on that page fails to show, is that the redactor instance there also has the counter plugin added to the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants