Using Directives in a Custom Component

@ben @dan Currently, if I use directives in a custom component, each with its own name, as required. See below.

The content areas are added to the component, which is handy, but what I would like to request is that these content areas use the titles we had assigned to each of the dropzones. This will go a long way in making it easier to identify them, which will also help avoid mistakes.

Below are all of the named dropzones I created,

Is this something that might be possible to add, as it would make life a lot easier?

all you need to do is assign a title to each of your drop zones, like this:

@dropzone("dropzoneId", title: "Something Descriptive")

Hope that helps :slight_smile:

1 Like

Ah, so the title is independent of the ID, awesome, I’m on it!

1 Like