Closed (works as designed)
Project:
Workbench
Version:
7.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2013 at 18:19 UTC
Updated:
21 Mar 2013 at 22:33 UTC
We have configured workbench access and moderation so we can send basic page updates through moderation.
However we have content such as phone numbers inside "contact us" blocks. Those appear to be edited outside workbench and no way to moderate those changes.
Q: Is it possible to configure workbench to moderate the contents of blocks?
If not, is it possible to user workbench to moderate raw text files and then include them somehow in the blocks? (like server side includes on a static site)
Comments
Comment #1
agentrickardIt is not currently possible - and really not supported by Drupal 7. You could do some block moderation, however, by converting to the use of https://drupal.org/project/nodeblock for those blocks that must be moderated.
Comment #2
zphen commentedThanks for the answer. I will look into that nodeblock module.
Comment #3
zphen commentedI checked out the nodeblock module and it did exactly what I needed. Thanks!
Comment #4
agentrickard