return { LrSdkVersion = 3.0, LrSdkMinimumVersion = 1.3, -- minimum SDK version required by this plug-in LrToolkitIdentifier = 'com.dcp.exposureValue', LrPluginName = 'Display Exposure Value of Photo', LrExportMenuItems = { -- Items that you add in LrExportMenuItems appear in the Plug-in Extras submenu of the File menu title = "Show &Exposure Value", -- The display text for the menu item. "&" only has an effect on Windows, Mac ignores it. file = "ShowExposureValue.lua", -- The script that runs when the item is selected enabledWhen = "photosSelected" -- This plugin is only selectable if at least one photo is currently selected by the user. } }