You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@isis.apache.org by Martin Balmaceda <ma...@gmail.com> on 2014/11/19 10:02:00 UTC

Module setting addon customization

Hi

Is there a way to customize the types of application/user settings?
I see things like string and booleans are built-in but would it be possible
to have references to domain objects or perhaps customizable dropdowns?

Regards
Martin

-- 
to do is to be. dobedobedo

Re: Module setting addon customization

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
Not yet, I'm afraid.

One reason we factored out the modules into isisaddons is to make it easier
for contributors to add without necessarily having to understand the rest
of the framework.  In other words: pull requests accepted!

That said, although I know how the settings could store a reference to an
arbitrary object (using the BookmarkService) I'm not exactly sure how to
provide a general purpose lookup of an arbitrary object.  Would welcome any
thoughts on that.

Cheers
Dan



On 19 November 2014 10:02, Martin Balmaceda <ma...@gmail.com>
wrote:

> Hi
>
> Is there a way to customize the types of application/user settings?
> I see things like string and booleans are built-in but would it be possible
> to have references to domain objects or perhaps customizable dropdowns?
>
> Regards
> Martin
>
> --
> to do is to be. dobedobedo
>