Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

Enable new file extension

Forums: 

Hello everyone,
I am currently working on a WebXR library and would like to allow the upload of different 3D mesh data in the editor.

I have to add the desired file extension to the PHP constant $defaultContentWhitelist, but the return of the function getWhitelist() does not change.
And so the new file type is still not accepted in the editor.

Do I have to make changes somewhere else?

I am using for development Drupal 7 in combination with the development folder.

Many thanks
gwulf

Development on Wordpress

Forums: 

Anyone else trying to do development on Wordpress? Uploading to the Library doesn't seem to work. The file is accepted, no error message occurs, but the Library file is never added (or if it exists, it never updates to the new patch number).

The only way to devlop on Wordpress appears to be by uploading the entire content type each time. Then you have to delete everything, including the main libary file to upload it again with changes. 

It works, but there seems to be extra steps. Is this how development on Wordpress currently works? Or am I doing something wrong?

Tips : use lumi.education if you don't want to install drupal

Forums: 

Hi,

If you ever wanted to create a content type, you would have to install drupal as other platform like moodle or wordpress doesn't have a developper mode.

However, there is a much easier / lighter solution, you can use lumi.education : https://next.lumi.education/

Lumi is not intended for developping content type but for author to use content type to create content, but it can also be used to easily create content type.

Pages