mindrevolution / SirTrevor-for-Umbraco

A SirTrevor editor plugin for Umbraco 7+ that integrates.
21 stars 6 forks source link

Macro support #33

Open akeilox opened 10 years ago

akeilox commented 10 years ago

Im new to SirTrevor and would like to ask if adding Macro makes sense or an option?

abjerner commented 10 years ago

I would say it depends on what you need it for.

A macro block would make sense in a lot of cases. If the intended macros doesn't have any parameters, or just very simple parameters, a macro block will probably be fine, and I think we should look into adding that.

But as with regular property editors in Umbraco 7, it can make more sense to create a custom block for your exact use case. That of course will take a little more time for each use case, but it will probably also give a better user experience.