feature: Add icon and banner

🐞 fix: Clean up functions
📄 docs: Add instruction for adding template files to tailwind config
This commit is contained in:
Keith Solomon
2025-02-14 14:22:16 -06:00
parent 4ec92a6014
commit 0818250ab3
4 changed files with 67 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ Add one of the following shortcodes to your page or post content where you want
## Configuration
The plugin is designed to work out of the box with minimal configuration. However, you can customize the following:
- **Templates**: Override the default templates and styles by placing your custom versions in your theme's `resource-filter` directory.
- **Templates**: Override the default templates and styles by placing your custom versions in your theme's `resource-filter` directory. You will need to add `"./resource-filter/**/*.{php,vue,js,cjs}",` to the `content` object in your `tailwind-config.js` file to compile the custom styles.
- **Template Files**:
- `filter-form.php` - Main form template
- `filter-homepage.php` - Secondary form template for the homepage or other uses