Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomAttributes are not being added #150

Open
mariela-plaza opened this issue May 30, 2024 · 0 comments
Open

CustomAttributes are not being added #150

mariela-plaza opened this issue May 30, 2024 · 0 comments

Comments

@mariela-plaza
Copy link

Hello there! We've been working with BeeFree for a while and usually the tool works quite well but yesterday I encountered an issue after deploying my app to our dev environment to test it out.

We have a number of custom attributes in our code which we feed to the beefree config to have as possible selectors to apply for anchor tags and images, just like the documentation explains:
https://docs.beefree.io/beefree-sdk/advanced-options/custom-attributes

These custom attributes follow the specifications of the beefree documentation, meaning they have a key, value and target properties:
EXAMPLE:
key: "customization-image-logo-color"
target: "tag"
value: true

In the BeeFree interface the image appears to have the custom attribute correctly attatched to it but when inspecting the HTML file generated by BeeFree there is no custom attribute added to the image itself.
beefree-custom-attributes

We rely on this particular feature of beefree very heavily in our code and it is causing us to delay uploading the latest changes to production.

Could you please help us out with this? Thank you so much in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant