@@ -25,6 +25,7 @@ return {
2525 LrPluginName = " Piwigo Publisher" ,
2626 -- typo in PwigoPublish is noted but can't be changed without forcing all services using this plugin to be re-initialised.
2727 LrToolkitIdentifier = " fiona.boston.PwigoPublish" ,
28+ -- LrToolkitIdentifier = "fiona.boston.PiwigoPublish",
2829 LrMetadataProvider = ' CustomMetadata.lua' ,
2930 LrMetadataTagsetFactory = ' Tagset.lua' ,
3031 LrInitPlugin = " Init.lua" ,
@@ -34,6 +35,13 @@ return {
3435 file = " PublishServiceProvider.lua" ,
3536 },
3637
38+ -- define custom metadata data for this plugin
39+ PublishSettings = {
40+ publishMetadata = {
41+ { id = ' myCustomStatus' , title = ' Status' , type = ' string' },
42+ { id = ' syncToken' , title = ' Token' , type = ' string' },
43+ },
44+ },
3745
3846 LrLibraryMenuItems = {
3947 -- Menu items for Library -> Plug In Extras -> Piwigo Publisher
@@ -59,5 +67,5 @@ return {
5967
6068 LrPluginInfoProvider = ' PluginInfo.lua' ,
6169
62- VERSION = { major = 20260111 , minor = 26 , revision = 0 },
70+ VERSION = { major = 20260122 , minor = 27 , revision = 0 },
6371}
0 commit comments