Something went wrong on our end
-
Markus Escher authoredMarkus Escher authored
TwitterTimeline_view.aod 2.25 KiB
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>TwitterTimeline_view</name>
<title>Twitter</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<dashletConfigurations>
<neonDashletConfiguration>
<name>AditoTwitterDashlet</name>
<title>Neues von ADITO</title>
<description>Alle Tweets von ADITO</description>
<fragment>Social_context/full</fragment>
<singleton v="true" />
<requiresConfiguration v="false" />
<icon>vaadin:twitter_square</icon>
<categories>
<neonDashletCategory>
<name>social</name>
<title>Social Media</title>
</neonDashletCategory>
<neonDashletCategory>
<name>twitter</name>
<title>Twitter</title>
</neonDashletCategory>
</categories>
<parameters>
<neonDashletParameter>
<name>Account_param</name>
<value>adito_software</value>
</neonDashletParameter>
</parameters>
</neonDashletConfiguration>
<neonDashletConfiguration>
<name>TwitterDashletConfig</name>
<title>Twitter Timeline</title>
<description>Zeigt alle Tweets eines Benutzers</description>
<fragment>Social_context/full</fragment>
<requiresConfiguration v="true" />
<icon>vaadin:twitter_square</icon>
<categories>
<neonDashletCategory>
<name>social</name>
<title>Social Media</title>
</neonDashletCategory>
<neonDashletCategory>
<name>twitter</name>
<title>Twitter</title>
</neonDashletCategory>
</categories>
<parameters>
<neonDashletParameter>
<name>Account_param</name>
<value></value>
</neonDashletParameter>
</parameters>
</neonDashletConfiguration>
</dashletConfigurations>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<webContentViewTemplate>
<name>TIMELINE_TEMPLATE</name>
<entityField>TWITTER_TIMELINE</entityField>
</webContentViewTemplate>
</children>
</neonView>