Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/menu/countdown_digit.php
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

21 lines
902 B
PHP
Executable File

<div id="tve-countdown_digit-component" class="tve-component" data-view="CountdownDigit">
<div class="dropdown-header" data-prop="docked">
<div class="group-description"><?php echo esc_html__( 'Main Options', 'thrive-cb' ); ?></div>
<i></i>
</div>
<div class="dropdown-content">
<div class="tve-control" data-view="BorderColor"></div>
<div class="tve-control" data-view="BorderStyle"></div>
<div class="tve-control" data-view="BorderSize"></div>
<div class="tve-control hide-states" data-view="FontFace"></div>
<div class="tve-control" data-view="FontColor"></div>
<div class="tve-control" data-view="TextStyle"></div>
<hr>
<div class="tcb-text-center clear-formatting mt-10">
<span class="click tcb-text-uppercase clear-format custom-icon" data-fn="clearFormatting">
<?php echo esc_html__( 'Clear element formatting', 'thrive-cb' ); ?>
</span>
</div>
</div>
</div>