mcpacific

Results 7 issues of mcpacific

Is it possible to update all values to an existing contact based on email address? I would like to update lead score, star value, tags and properties in a single...

For some reason HTML video source URLs are not being rewritten on a WordPress website. My version is 1.13.35.2-0. I have tried everything. Any help would be appreciated.

I was noticing that Twilio connects to the app fine, but often calls immediately disconnect. I dug into the logs at Twilio and saw that it was being caused by...

Globally attaching the js file to the media manager by adding this code to the provider throws this error the browser console: ``` FilamentMediaManager::register([ MediaManagerType::make('.pdf') ->js('https://mozilla.github.io/pdf.js/build/pdf.mjs'), ->css('https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.3.136/pdf_viewer.min.css'), ->icon('bxs-file-pdf') ->preview('media-manager.pdf'), ]);...

### What happened? I already have Filament installed. I installed TIneyEditor per instructions: composer require mohamedsabil83/filament-forms-tinyeditor After installation, I added 'use Mohamedsabil83\FilamentFormsTinyeditor\Components\TinyEditor;' to my resource file. Then, in my form:...

bug

I couldn't see which Templates utilize React or Vue.js frameworks. Does such a list exist?

### Filament Version v3.3.37 ### Plugin Version v3.5.14 ### PHP Version PHP 8.3.10 ### Problem description I have a form field defined with margeTags: ``` TiptapEditor::make('intro') ->label('Introduction') ->mergeTags([ 'first_name', 'last_name',...

bug