Pierre Lemieux

Results 11 comments of Pierre Lemieux

Is there a way to link multiple locales of the same entry?

For example, If I have a french and english version of the same news entry, how can I import both and have them show as a unique entry in the...

Which field should I use to map both line to the same entry? Currently, my CSV contains `key, title, body, post_date, locale`, where key is the same on both line/locale.

@echantigny thanks for finding a solution. Regarding the slug issue, this [SO post](http://craftcms.stackexchange.com/questions/6991/auto-generation-of-localised-slug) may help.

Same here... And nothing in the error logs.

@salvagelabs this may be an issue with your CSV. Have a look at the craft_impot_log table in your db. The plugin fails silently but it do log errors.

@bradlc I’m a bit confused by your gatsby-tailwind-demo PR, i.e. you are not using `babel-plugin-macros` in the packages. Is it required or not?

OK. When using the following code, I get the proper html node but css class do not work (I’m using Emotion): ``` import tw from "tailwind.macro" const Test = tw.p`...

🤦‍♂️ too used to the old Tailwind syntax. Works fine now! Huge thanks for the quick reply!