You could either name the feature "core.myAnalytics", since all core features are included by default, or you could make core depend on your new feature, which would also force it to be included.
ps, don't forget that php-shindig aggressively caches the features code, so if your developing a new feature you might want to either disable that in the code, or remeber to flush your cache a lot (rm -rf /tmp/shindig in the default config on a *nix host) On Tue, Jan 27, 2009 at 10:22 AM, Kallol Borah <[email protected]>wrote: > Hi > How do we add a feature to a gadget that is evaluated by shindig by default > ? > I am trying to add a hook to a custom analytics engine for gadgets. > > regards > Kallol > > > >

