This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row-centered-aired featured-micro"> | |
<?php foreach($slice->getValue()->getArray() as $item) { ?> | |
<div class="col-4"> | |
<?php $illustration = $item->get('illustration'); ?> | |
<div class="illustration squared-image" <?= $illustration ? 'style="background-image: url('.$illustration->getView("icon")->getUrl().')"' : '' ?>></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row-centered-aired people"> | |
<?php foreach($slice->getValue()->getArray() as $item) { ?> | |
<?php $illustration = $item->get('illustration'); ?> | |
<div class="col-4 center"> | |
<div class="image illustration" <?= $illustration ? 'style="background-image: url('.$illustration->getView("icon")->getUrl().')"' : '' ?>></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.people .text { | |
padding: 10px; | |
} | |
.people p , .people h3 { | |
margin: 0; | |
} | |
.people .illustration { | |
height: 200px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"people" : { | |
"type" : "Group", | |
"fieldset" : "People", | |
"config" : { | |
"fields" : { | |
"illustration" : { | |
"type" : "Image", | |
"config" : { | |
"constraint" : { | |
"height" : 1024 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prismic.withContext(req,res).then(function(err, ctx) { | |
ctx.api.forms('archive').ref(ctx.ref).submit(function(err, response) { | |
}) | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Basic Types" : { | |
"uid" : { | |
"type" : "UID", | |
"config" : { | |
"placeholder" : "Unique Document Identifier" | |
} | |
}, | |
"text" : { | |
"type" : "Text", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Basic Types" : { | |
"uid" : { | |
"type" : "UID", | |
"config" : { | |
"placeholder" : "Unique Document Identifier" | |
} | |
}, | |
"text" : { | |
"type" : "Text", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[apigateway-request-id: d863def0-51b2-427c-907e-8b69f83936bb] [lambda-request-id: 511cc43f-0b6b-429d-9c68-5ac604b1819f] [xray-trace-id: Root=1-5ebe939e-b2170c9853592d349715bf84] ApiCache.readApiMainJson.redis - /db/search?ref=https%3A%2F%2Ftappable.prismic.io%2Fpreviews%2FXr6TlhAAACgzyX4x%3FwebsitePreviewId%3DXp7vJBIAACAAzzLQ&q=%5B%5Bat%28document.type%2C+%22menu%22%29%5D%5D&skip=0&limit=20 - 1ms | |
[apigateway-request-id: d863def0-51b2-427c-907e-8b69f83936bb] [lambda-request-id: 511cc43f-0b6b-429d-9c68-5ac604b1819f] [xray-trace-id: Root=1-5ebe939e-b2170c9853592d349715bf84] ApiCache.readApiMainJson.redis - /db/masks?ref=https%3A%2F%2Ftappable.prismic.io%2Fpreviews%2FXr6TlhAAACgzyX4x%3FwebsitePreviewId%3DXp7vJBIAACAAzzLQ - 1ms | |
[apigateway-request-id: d863def0-51b2-427c-907e-8b69f83936bb] [lambda-request-id: 511cc43f-0b6b-429d-9c68-5ac604b1819f] [xray-trace-id: Root=1-5ebe939e-b2170c9853592d349715bf84] ApiCache.readApiMainJson - /db/search?ref=https%3A%2F%2Ftappable.prismic.io%2Fpreviews%2FXr6TlhAAACgzyX4x%3Fwebsi |
OlderNewer