Skip to content
Snippets Groups Projects
Commit c59c461a authored by al.schwinn's avatar al.schwinn
Browse files

Bug 1381 - Remove @synchro and @mode to reduce complexity for the user

parent f188b96e
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,16 @@ along with this program. If not, see http://www.gnu.org/licenses/.--> ...@@ -178,6 +178,16 @@ along with this program. If not, see http://www.gnu.org/licenses/.-->
<xs:appinfo>Defines the name of the generated Fesa-Property. If not set, the Blockname will be used.</xs:appinfo> <xs:appinfo>Defines the name of the generated Fesa-Property. If not set, the Blockname will be used.</xs:appinfo>
</xs:annotation> </xs:annotation>
</xs:attribute> </xs:attribute>
<xs:attribute name="fesaGetServerActionName" type="BlockNameType" use="optional">
<xs:annotation>
<xs:appinfo>Defines the name of the generated Fesa-Server-Action. If not set, the Blockname will just be prefixed with get/set.</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="fesaSetServerActionName" type="BlockNameType" use="optional">
<xs:annotation>
<xs:appinfo>Defines the name of the generated Fesa-Server-Action. If not set, the Blockname will just be prefixed with get/set.</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType> </xs:complexType>
<xs:complexType name="Setting-BlockType"> <xs:complexType name="Setting-BlockType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment