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

Fixes #310 ### Description ### Reason for this change

Fixes #305 ### Description ### Reason for this change

Fixes #201 ### Description ### Reason for this change

```js if (this.options.initTriggers) { const triggers = document.querySelectorAll('.js-modal'); Array.from(triggers).forEach((trigger) => { this.initTrigger(trigger); }); DOMHelper.onDynamicContent(document.documentElement, '.js-modal', (triggers) => { Array.from(triggers).forEach((trigger) => { this.initTrigger(trigger); }); }); this.plugins.forEach((p) => { const triggers =...

📜 typescript

use https://vuepress.vuejs.org/ to do it?

📖 documentation
📜 typescript
💨 tailwind

Add following trigger in modal.component.ts : `private async getLang() { this.lang = await import(`../i18n/s-modal-${this.siteLang}.json`); if (!this.options.initTriggers) { setTimeout(() => { window.dispatchEvent(new CustomEvent('modal-loaded')); }, 0); } }`

📜 typescript

## Phoenix AKA frontend updater The backend is relatively easy to update due to the fact that it is one maintained system (Craft). The frontend on the other hand is...

Een groot deel van onze klanten hebben een Nederlandstalige site. Misschien dan beter dat we ook een Formie stencil toevoegen van een contactformulier in het Nederlands? En bij uitbreiding misschien...

- [ ] Export for Entries - [ ] Export for Assets - [ ] Export for Users - [x] Export for Formie

📦 plugins