You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Configuration options for the development mode, including hostname, port, and protocol.</td>
229
+
</tr>
230
+
<tr>
231
+
<td><code>infoBarTarget</code></td>
232
+
<td>String</td>
233
+
<td>''</td>
234
+
<td>Example: "header", "#info-container"</td>
235
+
<td>CSS selector for the element where the <a href="https://github.com/thegreenwebfoundation/gaw-web-component">grid-aware info bar</a> will be inserted.</td>
236
+
</tr>
216
237
</tbody>
217
238
</table>
218
239
</div>
@@ -227,6 +248,8 @@ export default {
227
248
returngridAwareAuto(request, env, ctx, {
228
249
// Use this API key that has been saved as a secret
229
250
gawDataApiKey:env.EMAPS_API_KEY,
251
+
// A CSS selector for the element where the grid-aware info bar will be inserted.
252
+
infoBarTarget:"#gaw-info-bar",
230
253
debug:"full",
231
254
// Make these changes to the web page using HTMLRewriter
0 commit comments