mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- replaced cm:contentupdated and blg:released aspects by a single cm:syndication aspect that provides cm:published and cm:updated date properties
- fixed two i18n messages in the editpost component git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10988 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -121,19 +121,6 @@
|
||||
</association>
|
||||
</associations>
|
||||
</aspect>
|
||||
|
||||
|
||||
<aspect name="blg:released">
|
||||
<title>Release date</title>
|
||||
<properties>
|
||||
<!-- Released = not a draft anymore -->
|
||||
<property name="blg:released">
|
||||
<title>Post released</title>
|
||||
<type>d:datetime</type>
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
||||
</aspects>
|
||||
|
||||
|
@@ -928,14 +928,16 @@
|
||||
</associations>
|
||||
</aspect>
|
||||
|
||||
<aspect name="cm:contentupdated">
|
||||
<title>Content updated</title>
|
||||
<aspect name="cm:syndication">
|
||||
<title>Content syndication</title>
|
||||
<properties>
|
||||
<!-- Last updated timestamp of node "content". -->
|
||||
<property name="cm:contentupdatedate">
|
||||
<title>Last updated</title>
|
||||
<property name="cm:published">
|
||||
<title>Published</title>
|
||||
<type>d:datetime</type>
|
||||
</property>
|
||||
<property name="cm:updated">
|
||||
<title>Updated</title>
|
||||
<type>d:datetime</type>
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
Reference in New Issue
Block a user