ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

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.