Skip to content

Commit

Permalink
Merge pull request #237 from PrestaSafe/rebuild-iframe
Browse files Browse the repository at this point in the history
Rebuild iframe
  • Loading branch information
PrestaSafe authored Aug 16, 2024
2 parents 66b213b + d53f757 commit 2385776
Show file tree
Hide file tree
Showing 42 changed files with 12,896 additions and 1,903 deletions.
15 changes: 11 additions & 4 deletions .env.exemple
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Prettyblocks configuration
PRETTYBLOCKS_VITE_DEV=false
# PRETTYBLOCKS_IFRAME_SANDBOX='allow-modals allow-forms allow-popups allow-scripts allow-presentation'
# PRETTYBLOCKS_CUSTOM_HEADERS='null,*,https://www.prestasafe.com'
## VITE JS
# PRETTYBLOCKS_VITE_DEV=false
# PRETTYBLOCKS_CUSTOM_HEADERS=null,*,'null'
# PRETTYBLOCKS_VITE_HOST='http://localhost:3002/'
# PRETTYBLOCKS_IFRAME_SANDBOX='allow-same-origin allow-scripts allow-forms allow-popups allow-presentation allow-top-navigation allow-pointer-lock allow-popups-to-escape-sandbox allow-modals allow-top-navigation-by-user-activation'

## Auto feeed zones
# DISABLE_AUTO_FEED_ZONE_PRODUCT_DESCRIPTION=true
# DISABLE_AUTO_FEED_ZONE_PRODUCT_DESCRIPTION_SHORT=true
# DISABLE_AUTO_FEED_ZONE_CATEGORY_DESCRIPTION=true
# DISABLE_AUTO_FEED_ZONE_CMS_CONTENT=true
46 changes: 23 additions & 23 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: PHP tests
on: [push, pull_request]
# name: PHP tests
# on: [push, pull_request]

jobs:
# Check the PHP code follow the coding standards
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
- name: Checkout
uses: actions/checkout@v3
- name: Cache dependencies
uses: actions/cache@v3
with:
path: vendor
key: php-${{ hashFiles('composer.lock') }}
- name: Install dependencies
run: composer install
- name: Run PHP-CS-Fixer
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff --using-cache=no
# jobs:
# # Check the PHP code follow the coding standards
# php-cs-fixer:
# name: PHP-CS-Fixer
# runs-on: ubuntu-latest
# steps:
# - name: Setup PHP
# uses: shivammathur/setup-php@v2
# with:
# php-version: '8.2'
# - name: Checkout
# uses: actions/checkout@v3
# - name: Cache dependencies
# uses: actions/cache@v3
# with:
# path: vendor
# key: php-${{ hashFiles('composer.lock') }}
# - name: Install dependencies
# run: composer install
# - name: Run PHP-CS-Fixer
# run: ./vendor/bin/php-cs-fixer fix --dry-run --diff --using-cache=no
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
</p>

# PrettyBlocks
<br>

![Téléchargements](https://img.shields.io/github/downloads/PrestaSafe/prettyblocks/total)

Le premier page builder open conçu pour PrestaShop !

La documentation technique est disponible ici : [https://prettyblocks.io/](https://prettyblocks.io/):
Expand Down Expand Up @@ -67,12 +71,10 @@ You can also add our module ClassicBlocks for having 4 blocks to use [Download C
Discover our [PrestaShop SEO / Performance and Mobile Optimized Theme: CartZilla](https://www.prestasafe.com/product/theme-prestashop-cartzilla) compatible PrettyBlocks !

## Top contributors
Thanks to [Micka FDZ](https://github.com/micka-fdz) and [JF Viguier](https://github.com/jf-viguier) from the team [Creabilis](https://www.creabilis.com/)
![logo_creabilis](https://github.com/PrestaSafe/prettyblocks/assets/4788787/bbde201e-f70f-4f78-8794-8bcaba661f57)

## Sponsors
Thanks to our sponsor(s):
![devle__or_3](https://github.com/PrestaSafe/prettyblocks/assets/4788787/c2ee2b6e-b963-4969-bfd4-133fcdc7f3c2)
<p>Thanks to</p>
<a href="https://github.com/PrestaSafe/prettyblocks/graphs/contributors">
<img src="https://contrib.rocks/image?repo=PrestaSafe/prettyblocks" />
</a>


## License
Expand Down
Loading

0 comments on commit 2385776

Please sign in to comment.