diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod index 264b358cf3d2917a84c2a719ec718a2bc9d96204..db6f7995a5bd09e95b3f8a5229328b959e896264 100644 --- a/entity/Notification_entity/Notification_entity.aod +++ b/entity/Notification_entity/Notification_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11"> <name>Notification_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/Notification_entity/documentation.adoc</documentation> <title>Notifications</title> <iconId>VAADIN:BELL</iconId> <titlePlural>Notifications</titlePlural> diff --git a/entity/Notification_entity/documentation.adoc b/entity/Notification_entity/documentation.adoc new file mode 100644 index 0000000000000000000000000000000000000000..a4ee9de446b9eff7feba8a0e1d84e4cf874e51f1 --- /dev/null +++ b/entity/Notification_entity/documentation.adoc @@ -0,0 +1,3 @@ += Notification_entity + +Entity for the presentation of notifications \ No newline at end of file