schema/v1.0/block.json in happypdf_json_schema-0.0.3 vs schema/v1.0/block.json in happypdf_json_schema-0.1.0
- old
+ new
@@ -3,10 +3,10 @@
"name": "block",
"description":"A block acts as a placeholder in PDF templates. It can hold text, multiline text, images or pdf's. In this file you find the general properties for all block types. See details in the derived block-type schemas.",
"type":"object",
"properties":{
"name": {
- "description": "Name of the block. Must unique within each page. [ ] / are not allowed.",
+ "description": "Name of the block. Must unique within each page. [ ] / are not allowed. To render content twice append #[1-9] to the blockname e.g. firstname#12",
"type": "string",
"maxLength": 125,
"required": true
},
"rect":{
\ No newline at end of file