This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * This componet handles icon upload along with preview and drag drop. | |
| * Usage: include it as xtype: 'imageuploadfield', including this field in a form requires us to submit it via a method submitWithImage instead of submit. | |
| */ | |
| Ext.define('SomeNameSpace.ImageUploadField', { | |
| alias: 'widget.imageuploadfield', | |
| extend: 'Ext.form.FieldContainer', | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Alpine Ajax test</title> | |
| </head> | |
| <body> | |
| <h1>Users API Retrieval Test</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to Read WordPress Block Content Programmatically | |
| https://www.ibenic.com/read-wordpress-block-content-programmatically/ | |
| Creating a Server-Side Rendered ACF Field Block for WordPress | |
| https://wpblockz.com/tutorial/learn-gutenberg-block-building-create-a-block-that-renders-an-acf-field/ | |
| Coding Gutenberg Toggle Control Block Settings | |
| https://wpblockz.com/tutorial/wp-gutenberg-editor-controls-form-toggle/ | |
| Remove the default block patterns from WordPress |