mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
- As long as a template for a control is configured fields without a definition can now be displayed - Added 3 well known transient properties; mimetype, encoding and size (these are similar to the propertyResolvers we had in the JSF client) - Added explicit persistence handling for the new transient properties, the name property and adds aspect if title/description and/or author property is present - Added saveForm test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13693 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
8 lines
322 B
Properties
8 lines
322 B
Properties
# form service externalised display strings
|
|
|
|
form_service.mimetype.label=Mimetype
|
|
form_service.mimetype.description=Mimetype of the content
|
|
form_service.encoding.label=Encoding
|
|
form_service.encoding.description=Encoding of the content
|
|
form_service.size.label=Size
|
|
form_service.size.description=Size of the content in bytes |