Skip to main content

Supplies an Archetypes field useful for editing and storing Zope Page Templates

Project description

This product provides two Archetype fields that store and render templates. There’s the DTMLField for DTML templates and the ZPTField for ZPT templates.

Usage

  1. Install as usual in your Products directory or as an egg.

  2. Add this line to your custom Archetype to import the fields:

    from Products.TemplateFields import DTMLField, ZPTField
  3. In your schema, add DTMLFields and ZPTFields like this:

    BaseSchema + Schema(( ...
        DTMLField('oneField'),
        ZPTField('anotherField'),
        ...
    ))

Credits

Thanks to Sidnei da Silva for the TALESField product, which served as the base for this.

Further Information

Visit http://plone.org/products/scriptablefields for documentation, bug-reports, etc.

Installation

TemplateFields may be installed as either an egg or as a traditional Zope product.

Via Buildout

Just add archetypes.TemplateFields to the “eggs” list for the buildout or zope2instance parts:

eggs =

… Products.TemplateFields …

Via easy_setup

Just use the copy of easy_setup for the Python that you’re using to run Zope.

Traditional Zope Product Installation

Copy or symbolically link the Products.TemplateFields/Products/TemplateFields to be Products/TemplateFields in your Zope instance’s Products directory.

Changelog

1.2.1

  • Fix type in error handling. [ivo]

1.2

  • Add a configurable option to swallow errors generated while rendering a template field. These errors were problematic since they break catalog indexing of the object, resulting in site errors. [wichert]

1.1.3

  • Make sure to use a page template with acquisition context when validating fields. Without this context variables such as context and here were not available. [wichert]

  • Cleanup REST syntax in the documentation and add a changelog. [wichert]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Products.TemplateFields-1.2.1.zip (20.5 kB view details)

Uploaded Source

File details

Details for the file Products.TemplateFields-1.2.1.zip.

File metadata

File hashes

Hashes for Products.TemplateFields-1.2.1.zip
Algorithm Hash digest
SHA256 6bca4fc621d2f2f6ddfd6996d6b1fd47b94dd432d765e4eb31fbc0d1c9c174e5
MD5 688cd123070d0a2cff108f30144fdb97
BLAKE2b-256 17cfddb952530add548a7f03b9675656061b6987282a8beefa75ef342d1e71c8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page