zope - Managing Plone vocabularies through the web -
I am currently working on a plan project with many custom content types. There are several fields in these content types that, in return, get their values from vocabulary. Currently, I have coded my values as a It works well and there is no problem with it. The only drawback is that the vocabulary is dispersed in the code and it will require a programmer / developer to modify the existing terminology. I have a way for site administrators and users who are not required by programmers to be able to modify future terminology through web interface, i.e To change the list. I have seen but I do not think it fits the bill. Perhaps if there was any interface with the grid to manage the vocabulary, I think that they have to manage them by archiving them as archetaps. . Is there such a situation to handle in Plan 4? How about it? Products Atvoculatory manager should work fine for your use case. I have used it several times in the past successfully. This provides an administrator UI for managing your vocabulary. If UI is not your choice to manage walkballs, maybe you can contribute to the project to improve it? glossary in the
file like:
. Import Artes atapi CITIES_LIST = atapi.DisplayList ((('Nairobi', 'Nairobi'), ('Kisumu', 'Kisumu'), ('Mombasa', 'Mombasa'), ('Aldert', 'Aldourt') , ('Nagur', 'Nakuru')))
Comments
Post a Comment