Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tm/04.Extending/15.models/TranslationNode.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Translation Node is a representation of a single content node that requires
translation - it contains the ids of the master and target content nodes within
umbraco, and a collection of PropertyGroups (which relate to tabs within umbraco)
Umbraco, and a collection of PropertyGroups (which relate to tabs within Umbraco)

Within these propertyGroups are the [TranslationProperties](TranslationProperty)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Translation Node is a representation of a single content node that requires
translation - it contains the ids of the master and target content nodes within
umbraco, and a collection of PropertyGroups (which relate to tabs within umbraco)
Umbraco, and a collection of PropertyGroups (which relate to tabs within Umbraco)

Within these propertyGroups are the [TranslationProperties](TranslationProperty.md)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Translation Node is a representation of a single content node that requires
translation - it contains the ids of the master and target content nodes within
umbraco, and a collection of PropertyGroups (which relate to tabs within umbraco)
Umbraco, and a collection of PropertyGroups (which relate to tabs within Umbraco)

Within these propertyGroups are the [TranslationProperties](TranslationProperty)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Translation Node is a representation of a single content node that requires
translation - it contains the ids of the master and target content nodes within
umbraco, and a collection of PropertyGroups (which relate to tabs within umbraco)
Umbraco, and a collection of PropertyGroups (which relate to tabs within Umbraco)

Within these propertyGroups are the [TranslationProperties](TranslationProperty)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Translation Node is a representation of a single content node that requires
translation - it contains the ids of the master and target content nodes within
umbraco, and a collection of PropertyGroups (which relate to tabs within umbraco)
Umbraco, and a collection of PropertyGroups (which relate to tabs within Umbraco)

Within these propertyGroups are the [TranslationProperties](TranslationProperty)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Translation Node is a representation of a single content node that requires
translation - it contains the ids of the master and target content nodes within
umbraco, and a collection of PropertyGroups (which relate to tabs within umbraco)
Umbraco, and a collection of PropertyGroups (which relate to tabs within Umbraco)

Within these propertyGroups are the [TranslationProperties](TranslationProperty)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Translation Node is a representation of a single content node that requires
translation - it contains the ids of the master and target content nodes within
umbraco, and a collection of PropertyGroups (which relate to tabs within umbraco)
Umbraco, and a collection of PropertyGroups (which relate to tabs within Umbraco)

Within these propertyGroups are the [TranslationProperties](TranslationProperty.md)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A Translation property is a represention of a single property within an umbraco
A Translation property is a represention of a single property within an Umbraco
content node, it conains all the information required to translate a property.

Properties may be simple or complex and contain one or more [translation values](TranslationValue)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When you visit the dashboard, uSync.Publisher will detect this and create a new

Add it to your `appsettings.json` file.

The AppId and AppKey need to be in the config for *all* the umbraco instances you want to syncronise for uSync.Publisher to work.
The AppId and AppKey need to be in the config for *all* the Umbraco instances you want to syncronise for uSync.Publisher to work.

You should add this config to the end of your appsettings file *after* the Umbraco settings section. It should **not** be part of the Umbraco settings section.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When you visit the dashboard, uSync.Publisher will detect this and create a new

Add it to your `appsettings.json` file.

The AppId and AppKey need to be in the config for *all* the umbraco instances you want to syncronise for uSync.Publisher to work.
The AppId and AppKey need to be in the config for *all* the Umbraco instances you want to syncronise for uSync.Publisher to work.

You should add this config to the end of your appsettings file *after* the Umbraco settings section. It should **not** be part of the Umbraco settings section.

Expand Down