-
Notifications
You must be signed in to change notification settings - Fork 333
RC: New Essentials config tab #3487
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ After you open the [tag manager](#tag-manager), you can use it to add, edit, or | |
|
|
||
| ### Open tag manager from the Configuration tab {#configuration-tab} | ||
|
|
||
| To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab and go to the **General** section to view the tags that are set for your database. | ||
| To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab to view the tags that are set for your database. For Essentials databases, the **Manage tags** button is at the top of the tab; for Pro databases, go to the **General** section. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Essentials tags use Pro screenshotLow Severity The Configuration tab steps now say Essentials users find Manage tags at the top of the tab, but the screenshot below is still the Pro General layout ( Reviewed by Cursor Bugbot for commit ea79646. Configure here. |
||
|
|
||
| {{<image filename="images/rc/database-details-configuration-tab-general-flexible.png" alt="The Configuration tab of the Database details screen." >}} | ||
|
|
||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken image and also good practice to use
{{< image >}}here (there are a few<img>tags below too).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The {{< image >}} shortcode doesn't work with the multitabs shortcode - it's a whole thing. The images will be fixed in the next commit.