Hide Forgot
Currently you can define custom entities, however you can't use the default entities provided by the builder, which you should be able to use. eg: &BOOKID; &YEAR; &TITLE; &HOLDER; &BZURL; &BZCOMPONENT; &BZPRODUCT; These should also be resolved when pushing to Zanata.
Noted in 25747
Server and csprocessor fixed in 1.4-SNAPSHOT build 201402111516 The default entities are now included in the building, validation and translation processing. Note: The UI still needs to be fixed to include the default entities.
UI fixed in 1.4-SNAPSHOT build 201402151749 The UI will now display all content specs (since each content spec is unique). Since this mean that a lot of content specs are shown which can be rather confusing, and is a usability issue I've implemented BZ#1051952. Additionally the rendering information now displays two lots of entities. The "Default Entities" which are generated from the information in the content spec and the "Custom Entities" which are any entities defined by the user.
I tested this by adding the following to a topic: <itemizedlist> <listitem> <para> &BOOKID; </para> </listitem> <listitem> <para> &YEAR; </para> </listitem> <listitem> <para> &TITLE; </para> </listitem> <listitem> <para> &HOLDER; </para> </listitem> <listitem> <para> &BZURL; </para> </listitem> <listitem> <para> &BZCOMPONENT; </para> </listitem> <listitem> <para> &BZPRODUCT; </para> </listitem> </itemizedlist> All entities were resolved in the UI when a content spec was selected. Confirmed that the entities resolved in the final build. I have seen an issue where the &YEAR; differs in the rendered preview to the value displayed in the book. Topic 29049 displays 114 in place of &YEAR; when CS22624 is selected, but the final build displays 2014.
This was caused by the gwt emulation displaying the year from 1990 (hence the 114). I've taken this into account so it should now display properly.
UI Fixed in 1.4-SNAPSHOT build 201402171309. Note: This version has been deployed to the test/development server.
Verified