-
`/app/vendor/bundle/ruby/2.7.0/gems/gabba-1.0.1/lib/gabba/gabba.rb:350: warning: URI.escape is obsolete`
Looks like many libraries are dealing with this! Here's one approach to changing this:
ht…
-
**Actual behavior**
```
steps:
# Build and push using kaniko cache
- name: "gcr.io/kaniko-project/executor:latest"
args:
- --destination=gcr.io/$PROJECT_ID/community-imag…
-
I expect to retrieve all data linked to this entry. I used the following code:
```javascript
const sdk = useSDK();
const entryId = sdk.entry.getSys().id;
sdk.cma.entry.references({ entryId: en…
-
In this part of the article, it says to create an environment variable called `REACT_APP_BUILD_HOOK`:
> First, add the REACT_APP_BUILD_HOOK environment variable. The value of this variable is the C…
-
# Case
```
```
where this is being rendered in a reference field.
# Expected result
Field renders the default Contentful editor for a reference field.
# Actual Result
The field d…
-
## Use case
It's very important to know the performance data on the phone of the user, especially when the app is released.
There is the frame timing to calculate the fps data of the page, but w…
-
**Describe the bug**
Markdown dialog is not fully visible on smaller screen and cannot be scrolled
**To Reproduce**
Steps to reproduce the behavior:
1. Edit an entry with FlexFields editor & mar…
-
```javascript
import React from 'react';
import { Grid, Box, FormControl } from '@contentful/f36-components';
import { EditorAppSDK, FieldAppSDK } from '@contentful/app-sdk';
import { useSDK }…
-
It would be useful to provide margin to be added to the size calculated by the auto resizer in Contentful Apps. For example using the forma-36 Autocomplete component with the auto resizer the shadow i…
-
As per title, @contentful/rich-text-from-markdown does not support table headers in markdown. When I have this in markdown:
```
| Header 1 | Header 2 |
| --- | --- |
| Cell 1-1 | Cell 1-2 |
```…