Layout:CompanyOverview: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| Line 2: | Line 2: | ||
"schema": "Company", |
"schema": "Company", |
||
"type": "infobox", |
"type": "infobox", |
||
"description": " |
"description": "Company overview with founding year, headquarters, departments, offices, status, and websites", |
||
"displayRules": [ |
"displayRules": [ |
||
{ |
{ |
||
"property": " |
"property": "Founded at" |
||
}, |
}, |
||
{ |
{ |
||
"property": " |
"property": "Headquarters" |
||
}, |
|||
{ |
|||
"property": "Departments" |
|||
}, |
|||
{ |
|||
"property": "Offices" |
|||
}, |
|||
{ |
|||
"property": "Status" |
|||
}, |
|||
{ |
|||
"property": "Websites" |
|||
} |
} |
||
] |
] |
||