Changeset 3360014
- Timestamp:
- 09/11/2025 04:26:05 PM (5 months ago)
- File:
-
- 1 edited
-
bcodecraft-blocks/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bcodecraft-blocks/trunk/readme.txt
r3360010 r3360014 52 52 53 53 * **REST API Endpoints** - `wp-json/snippy-blocks/v1/snippets` for custom integrations 54 * **WordPress Hooks** - Filters and actions for customization 54 * **WordPress Hooks** - Filters and actions for customization 55 55 * **Clean Code** - Following WordPress coding standards and best practices 56 56 * **Modern Architecture** - Built with React and modern JavaScript 57 58 = Build Process & Source Code =59 60 This plugin includes compiled JavaScript files for production use. All source code is included within the plugin for transparency and compliance with WordPress guidelines.61 62 **Source Code Locations (included in plugin):**63 * **React Block Source**: `src/index.js` - Main block component with modal interface64 * **Block Styles**: `src/style.scss` - Modern CSS with animations and transitions65 * **Block Configuration**: `src/block.json` - Block registration and settings66 * **Compiled Output**: `build/index.js` - Production-ready minified code67 * **Build Configuration**: `webpack.config.js` - Build process configuration68 69 **Build Tools Used:**70 * **@wordpress/scripts** - Official WordPress build tools71 * **webpack** - Module bundler for JavaScript and CSS72 * **Babel** - JavaScript compiler for modern syntax73 * **PostCSS** - CSS processing with autoprefixer74 75 **Development Commands:**76 * `npm install` - Install build dependencies77 * `npm run start` - Development server with hot reloading78 * `npm run build` - Production build (generates `build/index.js`)79 * `npm run lint` - Code quality and WordPress standards check80 81 **Source Review:**82 All source files are included in this plugin package. Reviewers and developers can examine the uncompiled source code in the `src/` directory to understand the functionality before compilation.83 57 84 58 = Technical Requirements =
Note: See TracChangeset
for help on using the changeset viewer.