Skip to content

collective/Products.BrFieldsAndWidgets

Repository files navigation

Brazilian Fields and Widges for Plone & Archetypes

Products.BrFieldsAndWidgets is a product that aims to help Brazilian developers to deploy AT based content types on a Plone site.

To enable this product,on a buildout based installation:

  1. Edit your buildout.cfg and add Products.BrFieldsAndWidgets to the list of eggs to install

    [buildout]
    ...
    eggs =
        Products.BrFieldsAndWidgets
    

If another package depends on the Products.BrFieldsAndWidgets egg or includes its zcml directly you do not need to specify anything in the buildout configuration: buildout will detect this automatically.

After updating the configuration you need to run the ''bin/buildout'', which will take care of updating your system.

Go to the 'Site Setup' page in the Plone interface and click on the 'Add/Remove Products' link.

Choose the product Brazilian Fields (check checkbox at its left side) and click the 'Activate' button.

Go to the 'Site Setup' page in the Plone interface and click on the 'Add/Remove Products' link.

Choose the product Brazilian Fields, which should be under Activated add-ons, (check checkbox at its left side) and click the 'Deactivate' button.

Note

You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.

Development of this product was sponsored by Simples Consultoria customers, including (but not limited to):

  • Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and plumbing.
  • Gustavo Lepri (lepri at simplesconsultoria dot com dot br) - Fixes