On 08/02/2010, at 11:36 AM, Michael Sharman wrote: > My question is how do you override this? I imagine I can add my own > extensions inside the objectAdmin .cfm page for the dmfile type, but I > don't want to create a new objectAdmin. What I mean is I want to keep > users going to the usual place in farcry "Content -> Content > Publishing -> Document Library". > > Is there a way to easily add file extensions even if it's in the > dmFile.cfc?
You would create a dmFile.cfc inside your projects ./packages/types folder that extends the core version. Then copy in the property for the file path and modify the ft metadata to suit your projects requirements. Hope that helps, -- geoff http://www.daemon.com.au/ -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
