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

  • Capital T

    Both here, and in the 'eZ publish basics' book, it is consitently spelled with a lower case 't' in AvailableDatatypes. However, it should read 'AvailableDataTypes' with a capital 'T', see kernel/classes/ezdatatype.