Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

AvailableDatatypes

Summary

Sets the datatypes available to eZ Publish.

Usage

 

AvailableDatatypes[]= datatype1
AvailableDatatypes[]= datatype2
...

Description

eZ Publish will look for the datatypes in the directories specified by RepositoryDirectories and ExtensionDirectories.

Examples

ExtensionDirectory[]=my_extension
AvailableDatatypes[]=my_datatype

This example shows a typical configuration of content.ini.append in an extension with a datatype. If extensions are located in the "extension" directory (default) these settings will make eZ Publish look for the datatype extension in the directory "/extension/my_extension/datatypes/my_datatype/".

Frederik Holljen (04/07/2005 11:50 am)

Frederik Holljen (04/07/2005 11:56 am)


Comments

There are no comments.