shadcn

Results 1086 comments of shadcn

Aha From `\Drupal\decoupled_router\EventSubscriber\RouterPathTranslatorSubscriber::onPathTranslation`: ```php $path = $event->getPath(); $path = $this->cleanSubdirInPath($path, $event->getRequest()); ``` ```php /** * Removes the subdir prefix from the path. * * @param string $path * The path...

This is coming from Drupal. Been a while since I used Drupal in a subdir path. I can't remember if there was a config somewhere to overwrite this. You're saying...

I see. I think we could document the permissions required for the entity types shipped in core.

> there is no npm/npx in the most popular drupal containers - docker4drupal I did not know that. I'll update the docs to add yarn commands. Thank you.

Let me try to reproduce this. 1. Publish a node. Check if live on next site. 2. Unpublish node. Check if 404 on next site. 3. Republish node. Check if...

Sure. Node revisions are supported by default (except for [nodes with paragraphs](https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module/revisions)). What happens when you visit the revision page? Do you see the `working-copy` or an error page?

The iframe preview is there for the published node?

Ah I found the issue. I'll push a fix. Hold on.

I pushed a fix. Can you try the latest dev version and let us know? `composer require 'drupal/next:1.0.x-dev@dev'` Thank you