Paolo Bernardini

Results 20 issues of Paolo Bernardini

support video sharing, like you can do for images

### Summary in backend-customization/ https://docs.strapi.io/developer-docs/latest/development/backend-customization/controllers.html#adding-a-new-controller you have this example: ```js // path: ./src/api/restaurant/controllers/restaurant.js const { createCoreController } = require('@strapi/strapi').factories; module.exports = createCoreController('api::restaurant.restaurant', ({ strapi }) => ({ // Method 1:...

source: developer-docs
issue: doc request
target: v4

Is there an event that fires when the layout of all children is completed? if not would you consider to add it?

DrupalNode type definition is missing the **body** prop

I was wondering if this can be used in a react native application, since it uses Drupal as an headless css, would it be possible to query Drupal apis, using...

enhancement
area: next-drupal

I do you open the visual editor from vscode?

if you use this library in a swift project, you can't access MHGallerySharedManager.sharedManager(). The compiler complains because it can't see sharedManager. I looked around and find a fix thanks to...

if you use this library in a swift project, you can't access MHGallerySharedManager.sharedManager(). The compiler complains because it can't see sharedManager. I looked around and find a fix thanks to...

I'm using the mdl-select with cascading selects. I have 3 select in a vertical layout. I have a problem when I select the second one. It has a long list...

Enhancement
PR Welcome

I'm trying to use this component in a tab view, so I have navigation bar on to has header and a footer with tabs. since you set the screenHeight of...