data.scripts.script_base.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-test Show documentation
Show all versions of opencms-test Show documentation
OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
#
# Script: Setup base
# Turn echo on
echo on
# Login the Admin user
login Admin admin
# Create the setup project
createTempfileProject
# Switch to the setup project
setCurrentProject "_setupProject"
# Initialize the default property definitions
createPropertyDefinition Title
createPropertyDefinition Description
createPropertyDefinition Keywords
createPropertyDefinition NavText
createPropertyDefinition NavPos
createPropertyDefinition export
createPropertyDefinition exportname
createPropertyDefinition default-file
createPropertyDefinition content-encoding
createPropertyDefinition internal
createPropertyDefinition cache
createPropertyDefinition stream
createPropertyDefinition template
createPropertyDefinition template-elements
createPropertyDefinition locale
createPropertyDefinition config.containerpage
createPropertyDefinition config.sitemap
© 2015 - 2024 Weber Informatics LLC | Privacy Policy