Hi all,
I'm writing a custom aspect with associated properties.
I would like to use some other existing properties as default value for my custom properties:
example:
<blockcode>
<property name="my:modified">
<title>myModified</title>
<type>d:datetime</type>
<mandatory>false</mandatory>
<default>cm:modified</default>
</property>
</blockcode>
But alfresco refuse it (Context initialization failed).
Is there any way to do this ?
Thanks,
Vincent