craft icon indicating copy to clipboard operation
craft copied to clipboard

Craft CMS scaffolding package, for internal projects by Statik.be

Results 50 craft issues
Sort by recently updated
recently updated
newest added

add `sh ./bitbucket_pipelines_build_frontend.sh` to line 27 in bitbucket-piplines.yml

See KULVAI-438. Add the popstate listener to the initReloadedClicks function. ```ts private initReloadedClicks() { document.addEventListener( 'click', (e) => { // loop parent nodes from the target to the delegation node...

Resolve the overflow issue with the accordion animation, which becomes apparent when a large amount of text is added.

🕷️bug
📜 typescript

https://www.figma.com/design/qJvv33nLTCRQ9Yi7JESO2H/Breadcrumbs-probeersel?node-id=3-522&t=LQ9oimBDGASKwxJP-11 See also vlaanderen.be

Fixes #350 ### Description This adds the option to give the dialog a specific class. This gives the option to style the dialog with specific styles.

Add this to line 124 ```js if (this.inlineContentWrapper.hasAttribute('data-dialog-class')) { this.modal.classList.add(this.inlineContentWrapper.getAttribute('data-dialog-class')); } ``` See OPZZOR

When files in CMYK format are uploaded as assets, the colors of the image can look completely different from the original image. I have now converted the image to RGB...

Can we add a description to the alt-text field on the assets? Something along these lines – but it can definitely be shorter (or hidden behind a tooltip if possible):...