mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03: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);
|
view.viewICS(null);
|
||||||
if (msg) {
|
if (msg) {
|
||||||
// JSON-LD after parsing HTML
|
// JSON-LD after parsing HTML
|
||||||
|
// See http://schema.org/
|
||||||
msg.linkedData.subscribe(data => {
|
msg.linkedData.subscribe(data => {
|
||||||
if (!view.viewICS()) {
|
if (!view.viewICS()) {
|
||||||
data.forEach(item => {
|
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…
Add table
Add a link
Reference in a new issue