Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the coder-elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u262393194/domains/codestap.com/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u262393194/domains/codestap.com/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u262393194/domains/codestap.com/public_html/wp-includes/functions.php on line 6114
How do you add a custom file type to the Concrete file manager? - Code Stap
How do you add a custom file type to the Concrete file manager?

How do you add a custom file type to the Concrete file manager?

Answer: To add a custom file type to the Concrete CMS file manager, you need to modify the configuration settings. Here are the steps:

1. Create a custom file type: Define your custom file type in the code, typically in a package or as an override.
2. Update the file type settings: In the configuration, specify the file extension and MIME type for your custom file.
3. Clear the cache: After making changes, clear the application cache to ensure the file manager recognizes the new type.

Refer to the Concrete CMS documentation for detailed programming and implementation guidance.

Related Questions & Topics