• Resolved gm9090xyz

    (@dshstateca)


    Hi all – I have the free version of FooBar…..I’d like to do some custom settings (as seen in the Notification Settings > Advanced > Custom Settings section where it says “Add any custom settings which will be merged with the existing settings. Only to be used by developers!” Are there examples of how this is done? I always google search for custom code and copy/paste/modify it to my needs, just need to see some examples of this first.
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @dshstateca

    Sorry for the delayed response regarding this.

    The custom settings allow you to be able to override the default options set on the configuration sections of that particular FooBar notification.

    Below are the default options that could be overridden on the Custom Settings section:

    {
    	icons: {
    		expand: "plus",
    		collapse: "minus",
    		dismiss: "cross",
    		prev: "arrow-left",
    		next: "arrow-right",
    		loading: "spinner"
    	},
    	offset: 0,
    	push: false,
    	remember: false,
    	dismiss: false,
    	dismissImmediate: false,
    	showNav: true,
    	disableEffects: false,
    	open: {},
    	close: {},
    	transitionTimeout: 350,
    	svg: "defaults"
    }

    Hope this helps.

    Kind regards,
    Elvis.

    • This reply was modified 3 years, 1 month ago by elviiso.
Viewing 1 replies (of 1 total)
  • The topic ‘How to add Custom Settings by developer’ is closed to new replies.