-
Notifications
You must be signed in to change notification settings - Fork 814
Update integrating-context-with-a-property-editor.md #6068
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
Conversation
I was unable to build suggestions-input.element.ts until I made the following changes. - Remove duplicate export default UmbMySuggestionsInputElement; - Update import modal context and modal open logic to use the UmbModalTokenDefaults as the args.
|
Hi @grayn90 thank you for the PR 🙌 I have tried the whole file to check if it is working, however in my case, the code is still complaining about the I was wondering if you get the same on your side? 🙈 |
|
Hi @alina-tincas, thanks for the quick review! I don't get that error on my side, perhaps because I followed all parts 1-4. Here is my I will also start the tutorial from the beginning then follow the step 3 from the PR to see if I can replicate. |
|
Hi @grayn90 I have tried this morning to make it work, and it seems that there are some missing pieces on this article:
Can you please confirm if you have created a new file or used the same file from previous articles of the tutorial (https://docs.umbraco.com/umbraco-cms/v/14.latest-rc/tutorials/creating-a-property-editor/adding-configuration-to-a-property-editor) and built on top of this? 🤔 |
Update integrating-context-with-a-property-editor.md
|
Hi @alina-tincas, While reviewing yesterday I noticed the same thing and rewrote the page using the 'my-suggestions-property-editor-ui' file from the previous article as a base. I have merged this update into my patch-1 branch for your review. |
|
Hi @grayn90 thank you for the update 🙌 I have really been putting my mind to work here and still cannot make the Integrating context with a Property Editor updated code to work on my side. I have also checked the Integrating services with a Property Editor and this one seems to work as intended with your updated code from the other PR. Checking those 2 articles side by side it seems that the Integrating services with a Property Editor article includes same steps from Integrating context with a Property Editor: So in this case I believe it would be best to delete the Integrating context with a Property Editor article completely OR move these 2 content sections from Integrating services with a Property Editor to the Integrating context with a Property Editor: What do you think about this? 💡 |
|
Hi @alina-tincas, Sorry for taking so much of your time :). My preference in this case would be to combine these as the tutorial is mostly working with contexts and the only mention of services is in the title of the 4th step. Even the summary does not mention integrating services: If you agree please let me know if you want me to carry out the merge of Integrating services with a Property Editor and Integrating https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntaxcontext with a Property Editor |
|
No worries @grayn90 we are both trying to achieve the same thing here, to have the docs up to date 🙌 Sounds really good with combining the sections and you are more than welcome to give it a try and combine the two of them. #h5YR I would suggest using as a starting point the content from the "Integrating services with a Property Editor" article as I have seen that it includes more or less same steps as the ones from the "Integrating context with a Property Editor" (which are also more up to date with your other PR - full example) and remove one or the other articles 😊 Let me know if you need any further assistance while combining the articles👍 |
|
Hi @alina-tincas I have updated once more so that I have not deleted the "Integrating services with a Property Editor" yet on this branch. Thanks again and have a great weekend. |
...braco-cms/tutorials/creating-a-property-editor/integrating-context-with-a-property-editor.md
Outdated
Show resolved
Hide resolved
...braco-cms/tutorials/creating-a-property-editor/integrating-context-with-a-property-editor.md
Outdated
Show resolved
Hide resolved
...braco-cms/tutorials/creating-a-property-editor/integrating-context-with-a-property-editor.md
Outdated
Show resolved
Hide resolved
...braco-cms/tutorials/creating-a-property-editor/integrating-context-with-a-property-editor.md
Outdated
Show resolved
Hide resolved
…g-context-with-a-property-editor.md
…g-context-with-a-property-editor.md
…g-context-with-a-property-editor.md
…g-context-with-a-property-editor.md
|
Hi @alina-tincas, I've taken a look as well and it all looks great. Thanks again! |
|
Thank you as well 🎉 |





I was unable to build suggestions-input.element.ts until I made the following changes.
Description
Type of suggestion
Product & version (if relevant)
v14.0.0-rc2
Deadline (if relevant)
When should the content be published?