PrestaSafe / prettyblocks

Page builder open for source for PrestaShop
Academic Free License v3.0
75 stars 35 forks source link

Translation is not possible in settings fields #272

Open ukoo-jordan opened 2 weeks ago

ukoo-jordan commented 2 weeks ago

Hi,

I want to make editable a short text in my theme. I tried to add fields in hookActionRegisterThemeSettings, but it is impossible to translate it like blocks.

I want to go with the theme settings, because the Prettyblocks areas are too permissive and the position of my text does not allow the use of other blocks (restricted space, little possibility of customization)

The idea would be: either to allow the translation of fields when they are created in the theme settings, or to restrict an area to certain types of blocks, or both (which would be great)

Thank you for your feedback Guillaume!

PrestaSafe commented 1 week ago

Les themessettings ne sont pas prévus comme cela, il s'agit plus de champs qui peremettent de faire des configurations. Mais en effet, si on prends un texte pour un footer, il serait bon d'avoir la possibilité de les traduires. Cela demande beaucoup de developpement, donc je pense pas l'implémenter dans l'immédiat.

ukoo-jordan commented 1 week ago

C'est noté, merci pour le retour Guillaume ! Effectivement, je pensais à un texte footer ou header, le but serait d'éviter d'utiliser X modules en parallèle, alors que Prettyblocks est plutôt pratique pour ce genre de chose. L'avantage que j'y vois également, c'est qu'en tant qu'intégrateur, la sollicitation d'un développeur n'est plus nécessaire pour ces petits éléments.