You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
I have updated my config to include multiple folders in the 'types' part of the config.php - However none of these folders are automatically created or displayed except the first in the array
'types' => array(
// (F)CKEditor types
'files' => "",
'books' => "epub",
)
Can you tell me what I am doing wrong here?
The text was updated successfully, but these errors were encountered:
Only the first folder is displayed. I tried switching the folders, but still only the first is displayed. I also tried different values for each folder (*img, swf, etc.) , but same problem. Does anyone have a suggestion please ?
Thank you :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have updated my config to include multiple folders in the 'types' part of the config.php - However none of these folders are automatically created or displayed except the first in the array
'types' => array(
// (F)CKEditor types
'files' => "",
'books' => "epub",
)
Can you tell me what I am doing wrong here?
The text was updated successfully, but these errors were encountered: