mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
Added link to schema.org #1422
This commit is contained in:
parent
a056631cef
commit
83aa65981b
2 changed files with 45 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
view.viewICS(null);
|
||||
if (msg) {
|
||||
// JSON-LD after parsing HTML
|
||||
// See http://schema.org/
|
||||
msg.linkedData.subscribe(data => {
|
||||
if (!view.viewICS()) {
|
||||
data.forEach(item => {
|
||||
|
|
44
plugins/view-ics/style.css
Normal file
44
plugins/view-ics/style.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
|
||||
/**
|
||||
* .SML-@type where @type is the value of the JSON-LD "@type":
|
||||
* See http://schema.org/
|
||||
*/
|
||||
|
||||
.SML-FlightReservation {
|
||||
}
|
||||
|
||||
.SML-Airline {
|
||||
}
|
||||
|
||||
.SML-Airport {
|
||||
}
|
||||
|
||||
.SML-Flight {
|
||||
}
|
||||
|
||||
.SML-FoodEstablishmentReservation {
|
||||
}
|
||||
|
||||
.SML-FoodEstablishment {
|
||||
}
|
||||
|
||||
.SML-ParcelDelivery {
|
||||
}
|
||||
|
||||
.SML-Order {
|
||||
}
|
||||
|
||||
.SML-Organization {
|
||||
}
|
||||
|
||||
.SML-Product {
|
||||
}
|
||||
|
||||
.SML-PostalAddress {
|
||||
}
|
||||
|
||||
.SML-Person {
|
||||
}
|
||||
|
||||
.SML-PromotionCard {
|
||||
}
|
Loading…
Reference in a new issue