-
Notifications
You must be signed in to change notification settings - Fork 28
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
Draft for uSync #175
base: dev/Umbraco11
Are you sure you want to change the base?
Draft for uSync #175
Conversation
Hi @krebil, I did spot an issue where changes aren't tracked correctly. Export everything, change a document type value and export again. It doesn't seem to export the new value. I will see if I can track down what is going wrong there. |
when will this PR be merged and release please? this is the missing piece of Seo Toolkit :) |
It's hard to say honestly. |
Let me know if you need something from me, I'll be happy to jump on a call to squash the last bugs. Alternatively you can catch me at codegarden. |
Would love to see this PR merged! uSync is amazing and there is so much Seo data that is handled so smooth with the SeoToolkit. |
Just my 2c on this - the uSync functionality really needs to be a separate package, just like a deploy.contrib package would be (if/when we create it!). uSync isn't relevant on Cloud, and having it as a dependency here is too entangled. |
The initial draft for uSync implementation.
Sync meta field- / SEO field values
Support language variants
Sync SEO settings
For now both handlers are under settings in the uSync dashboard.. not sure why.
Events could be added in the respective services to trigger uSync if it's configured to automatically export on updates. But I think this is out of scope for now.
Data in the database doesn't change when disabling SEO settings on a document-type. So not sure how to check for that type of change.