Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
fb0d3nheimer committed Aug 12, 2024
1 parent c55e54a commit 5216e93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vocabularies/PDF.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"$Type": "Edm.Boolean",
"$DefaultValue": false,
"@Core.Description": "Support of PDF document upload",
"@Core.LongDescription": "Is the upload of a PDF document to a file share server supported?"
"@Core.LongDescription": "Is the upload of a PDF document to a file share server supported?\nA file share connection needs to be configured on the server. \nAnd the response of a corresponding request is then a \"301 Moved Permanently\" with the link to the document on the file share server. \n "
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion vocabularies/PDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Property|Type|Description
[IANATimezoneFormat](PDF.xml#L102)|Boolean|If this is true, the PDF format supports formatting columns of type `Edm.DateTimeOffset` in a IANA time zone given in the document description
[Treeview](PDF.xml#L105) *([Experimental](Common.md#Experimental))*|Boolean|Treeview output supported<br>If this is true, treeview output is supported for hierarchical data
[TextDirectionLayout](PDF.xml#L112)|Boolean|Setting the text direction-layout is supported<br>PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description
[UploadToFileShare](PDF.xml#L118)|Boolean|Support of PDF document upload<br>Is the upload of a PDF document to a file share server supported?
[UploadToFileShare](PDF.xml#L118)|Boolean|Support of PDF document upload<br>Is the upload of a PDF document to a file share server supported? A file share connection needs to be configured on the server. And the response of a corresponding request is then a "301 Moved Permanently" with the link to the document on the file share server.
5 changes: 4 additions & 1 deletion vocabularies/PDF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@
<Property Name="UploadToFileShare" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="Support of PDF document upload"/>
<Annotation Term="Core.LongDescription">
<String>Is the upload of a PDF document to a file share server supported?</String>
<String>Is the upload of a PDF document to a file share server supported?
A file share connection needs to be configured on the server.
And the response of a corresponding request is then a "301 Moved Permanently" with the link to the document on the file share server.
</String>
</Annotation>
</Property>
</ComplexType>
Expand Down

0 comments on commit 5216e93

Please sign in to comment.