galleryMaker.xml

LIGHTROOM APPLICATION DEFAULTS
The next lines of code are located in the EDITABLE - LIGHTROOM APPLICATION DEFAULTS comment section of galleryMaker.xml. They define a few more variables that the Lightroom application needs to create a gallery.

DEFINE DEFAULT IDENTITY PLATE, WATERMARK USE, AND JPG QUALITY

ag:templateBehavior="keepFromNil">(main)

false
50

In the above code we set the default values Lightroom will use for the Identity Plate, Watermarking, and JPG Quality. Again these are just default values which are user changeable from the right panel of the web module.

DEFINE DEFAULT IDENTITY PLATE STATE


true

The above code sets the default value for having the Identity Plate visible or hidden. Enter a value of either true (for yes) or false (for no) between the <idplateEnabled>true</idplateEnabled> tags.

That’s all for the code we need to change within the EDITABLE - LIGHTROOM APPLICATION DEFAULTS comment section. Now lets move on to the next section of code.

Share This Post These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Google
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb

Pages: 1 2 3 4