Comments

dagmar created an issue. See original summary.

dagmar’s picture

slashrsm’s picture

Category: Bug report » Task
Issue tags: +D8Media, +Novice, +UX

True. A description under each drop-down or even a general help text.

Could rely on relevant docs in https://GitHub.com/drupal-media/d8-guide.

marcoscano’s picture

Status: Active » Needs review
StatusFileSize
new3.25 KB

Wording is hard :) but here is a first proposal.

On the other hand, wouldn't some "common" defaults for these values also ease the use for users non-familiarized with the module? Based on the idea of "in doubt, leave the defaults". Perhaps iFrame + Tabs + No selection could be a sensible default for a very basic use.

dagmar’s picture

Status: Needs review » Needs work

Thanks @marcoscano this looks better.

+++ b/src/Form/GeneralInfoConfig.php
@@ -108,6 +119,7 @@ class GeneralInfoConfig extends FormBase {
+      '#description' => $this->t('If using more than one browser widget, the editor can select them by using horizontal tabs or a drop-down form element. Select "Single widget" if your Entity Browser will have only one widget available.'),

I think here we should be more explicit about this will be configured in the future. You are trying to make the user decide something that maybe he/she never configured in the past.

Based on the idea of "in doubt, leave the defaults". Perhaps iFrame + Tabs + No selection could be a sensible default for a very basic use.

+1 But maybe with modal instead of iFrame.

dagmar’s picture

Status: Needs work » Needs review
StatusFileSize
new3.36 KB
new2.21 KB

What about this?

slashrsm’s picture

Status: Needs review » Needs work

The problem with current proposal is that it assumes only "core" plugins are available. When other modules provide more plugins they also appear in the dropdowns. It is OK to use core plugins as examples for explanation, but we shouldn't pretend that there won't be more at some point.

One idea I had was to use descriptions from plugins to display more info about each individual plugin.

slashrsm’s picture

marcoscano’s picture

Status: Needs work » Needs review
StatusFileSize
new3.93 KB
new3.79 KB
new69.47 KB

True!

Attached a new proposal, not making assumptions on which plugins are installed.

To make it easier to see the what it gives graphically on the form, here you have a screenshot of the result:

Better descriptions for EB main form

marcoscano’s picture

StatusFileSize
new76.05 KB
new9.59 KB
new8.16 KB

The same idea, but
- slightly rewording the descriptions of the plugins, trying to clarify a little bit more what each one does
- adding some non-empty defaults, as mentioned before

The result:

Snapshot of new descriptions, with default values

marcoscano’s picture

Issue tags: +Usability
CTaPByK’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me. Thanks!

rajab natshah’s picture

+1 This will be much better.

slashrsm’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks!

  • slashrsm committed c6a53f9 on 8.x-1.x authored by marcoscano
    Issue #2779577 by marcoscano, dagmar, CTaPByK, RajabNatshah: Add more...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.