I want to disable the image properties dialog in CKEditor (using WYSIWYG) module and open the media edit dialog with the options to change display mode and field overrides. How is this achievable?

Comments

kevinquillen’s picture

I also want to do this.

Good use case: using view modes to dictate presentation, and the Styles drop down to determine CSS (be it position, width, or height) without needing manual input/override.

kevinquillen’s picture

Okay, step one, getting rid of 'Image Properties':

#2546048: Disable ckeditor 'Image properties' dialog

Next, you really should be able to double click the file and have Media jump into action.

junaidpv’s picture

Status: Active » Needs review

I found a solution to this.

Install ckeditor_widgets then enable "Plugin to add common widgets" within CKEditor profile in use. Now you will get Media Browser popup when double click on added media items (images, videos, etc).

joseph.olstad’s picture

You might also want to try the media_ckeditor module with 'media'
here's the latest recipe to make it work:
https://www.drupal.org/node/2843391

joseph.olstad’s picture

We should also create a recipe for 'wysiwyg' mode.

vasike’s picture

Category: Support request » Feature request
Status: Needs review » Active

For me it looks more like a feature request.

Chris Matthews’s picture

Status: Active » Closed (outdated)

Recent versions of media have resolved most of peoples concerns and is compatible with entity translation, multilingual and various advanced configurations. Due to the high volume of inactive and most often irrelevant issues we are Closing this as (outdated). If for whatever reason this issue is important to you AND you still have issues after checking the media recipe documentation, then let us know and we will review your concerns.

Otherwise, see the recipe documentation for how to configure media and for troubleshooting tips OR refer to the media_dev distribution if you want to see a working media setup.

As mentioned, feel free to make some noise in this issue if you still feel it is important to you or someone else.

Thanks,

Media team