Skip to content

Commit

Permalink
small optimizations (#15)
Browse files Browse the repository at this point in the history
* small optimizations

- translations for languag strings in admin-js are added
- The Plugin is now registered for WP Consent Api usage
- change: mapping for external entries intaxoomies changed vom displayname to external_id
- fix: some Translation issues were fixed

* fix workflow ignore files

* fix syntax error

* Add PHPDocs

* adding more phpDocs

* add more PHPDocs

* minor improvements

- adding more Options to configure Partner grid (take at look at our Github documentation)
- fix: the partner api was not correct planned on (de)activation
  • Loading branch information
xJuvi authored Dec 22, 2024
1 parent 8a38efb commit df8f22d
Show file tree
Hide file tree
Showing 15 changed files with 400 additions and 125 deletions.
11 changes: 6 additions & 5 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
.distignore
.gitignore
.gitattributes
.phpstan.neon
.DOCKER_ENV
.docker_tag
.output.log
.composer.json
phpstan.neon
DOCKER_ENV
docker_tag
output.log
composer.json
README.md
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
/DOCKER_ENV export-ignore
/docker_tag export-ignore
/phpstan.neon export-ignore
/composer.json export-ignore
/composer.json export-ignore
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ The table show you the options how to configure the shortcode:
| `view_logo` | 1 | 1 or 0 | If the partner logo should displayed |
| `view_phone` | 1 | 1 or 0 | If the partners phone number should displayed |
| `view_adress` | 1 | 1 or 0 | If the partners postal adress should displayed |
| `view_button` | 1 | 1 or 0 | If a button to visit the partners website should displayed |
| `grid-xs` | 2 | 1 or 0 | How much objects should displayed in a xs grid per row |
| `grid-sm` | 2 | 1 or 0 | How much objects should displayed in a sm grid per row |
| `grid-lg` | 2 | 1 or 0 | How much objects should displayed in a lg grid per row |
| `grid-xl` | 2 | 1 or 0 | How much objects should displayed in a xl grid per row |
| `view_website` | 1 | 1 or 0 | If a button to visit the partners website should displayed |
| `grid_xs` | 2 | Number between 0 and 12 | How much objects should displayed in a xs grid per row |
| `grid_sm` | 3 | Number between 0 and 12 | How much objects should displayed in a sm grid per row |
| `grid_lg` | 4 | Number between 0 and 12 | How much objects should displayed in a lg grid per row |
| `grid_xl` | 4 | Number between 0 and 12 | How much objects should displayed in a xl grid per row |


### Contact form 7
Expand Down
Loading

0 comments on commit df8f22d

Please sign in to comment.