Closed (outdated)
Project:
TinyMCE
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2008 at 05:37 UTC
Updated:
14 Jan 2021 at 19:52 UTC
Jump to comment: Most recent
Comments
Comment #1
DruPaulus commentedTry adding the complete path in the pages section of the selected tinyMCE profile.
For example - "admin/build/block/*" rather than just "block/*"
Comment #2
light-blue commentedDoesn't work for me either. My path is */admin/* but I tried admin/build/block/add and no luck either.
Comment #3
alaneKilauea commentedI added:
admin/build/block/configure/block/*
It works for me when I go to edit my block
Comment #4
dustonio commentedThe comment above suggesting the following is what got it to work for me:
admin/build/block/*
And actually I'm using BUeditor so the code must be the same regardless of editor type.
Comment #5
nicoloye commented