Proofing stage identifier
For a title at the proofing stage of the workflow, capture a value in a custom-meta element to indicate this.
/book/book-meta/custom-meta-group/custom-meta
Capture a meta-name element containing the value
is-proofing-stage
. Include a second child element
meta-value containing the value true
.
This flag disables certain QA rules that are not relevant at this stage of the workflow.
<custom-meta-group>
<custom-meta>
<meta-name>is-proofing-stage</meta-name>
<meta-value>true</meta-value>
</custom-meta>
</custom-meta-group>