Skip to content

Add tinymce localization assets in public directory #10

@fluffur

Description

@fluffur

It will be great If we could use community language packs inside a bundle like that:

<script>
        window.tinymceAdditionalConfig = {
            license_key: 'gpl',
            language_url: {{ asset('bundles/tinymce/languages/ru.js') }},
            language: 'ru'
        }
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions