Changeset 3273291
- Timestamp:
- 04/15/2025 10:09:28 AM (12 months ago)
- Location:
- postology
- Files:
-
- 3 added
- 2 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
trunk/includes/components/customization.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
postology/trunk/includes/components/customization.php
r3269342 r3273291 196 196 <section style="display:flex;flex-direction:column; gap:9px;border:solid 1px lightgrey;padding: 9px 15px;border-radius: 9px;"> 197 197 <strong><?php esc_html_e( 'Accent Color', 'postology-pro' ); ?></strong> 198 <input type="color" name="postology_button_background_color" id="postology_accent_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_button_background_color', '# FFFFFF' ) ); ?>" />198 <input type="color" name="postology_button_background_color" id="postology_accent_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_button_background_color', '#0062FF' ) ); ?>" /> 199 199 </section> 200 200 <section style="display:flex;flex-direction:column; gap:9px;border:solid 1px lightgrey;padding: 9px 15px;border-radius: 9px;"> 201 201 <strong><?php esc_html_e( 'Heading Color', 'postology-pro' ); ?></strong> 202 <input type="color" name="postology_header_font_color" id="postology_basic_heading_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_header_font_color', '# FFFFFF' ) ); ?>" />202 <input type="color" name="postology_header_font_color" id="postology_basic_heading_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_header_font_color', '#000000' ) ); ?>" /> 203 203 </section> 204 204 <section style="display:flex;flex-direction:column; gap:9px;border:solid 1px lightgrey;padding: 9px 15px;border-radius: 9px;"> -
postology/trunk/readme.txt
r3268387 r3273291 9 9 License: GPL-2.0-or-later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 12 == Screenshots == 13 1. Enhance your blog posts with an interactive AI summary box that appears at the top. When readers click, they get a quick summary of your content. 14 2. Make the summary box match your blog's style. Choose colors, fonts, and layout that reflect your brand and aesthetic 15 3. Control how the AI presents your content. Adjust the tone, length, and focus of the summaries to align with your blog's voice. 11 16 12 17 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.