metadataThatTriggersRepublish plugin specific metadata
I'm trying to trigger a republish when some plugin specific metadata changes. The docs say I can use (plugin ID).(field ID), but it doesn't seem to be working for me. The plugin ID is "com.500px.publisher", but when I put:
function publishServiceProvider.metadataThatTriggersRepublish( publishSettings )
return {
com.500px.publisher.whatever = true,
}
end
it complains about a malformed number near "500px". When I change the plugin ID to not contain numbers, it complains that it expects a "}" near "=".
So, how can I trigger a republish on some plugin specific metadata?
Thanks.
