All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.scripts.script_base.txt Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 18.0
Show newest version
#
# 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