We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to use this field in custom plugins? For example;
{% if craft.app.plugins.isPluginEnabled('code-mirror') %} CODE MIRROR FIELD HERE {% else %} {{ forms.textareaField({ label: 'Template'|t('app'), name: 'template', value: template, rows: 8, errors: model.getErrors('template'), }) }} {% endif %}
Couldn't find anything about it.. do you know?
The text was updated successfully, but these errors were encountered:
You can use Code Editor for this: https://github.com/nystudio107/craft-code-editor/
Sorry, something went wrong.
No branches or pull requests
Is it possible to use this field in custom plugins?
For example;
Couldn't find anything about it.. do you know?
The text was updated successfully, but these errors were encountered: