Skip to content

Commit efa70e7

Browse files
committed
fixup: overrides docs
1 parent 1753d89 commit efa70e7

5 files changed

Lines changed: 47 additions & 21 deletions

File tree

40.9 KB
Loading
49.5 KB
Loading

source/educators/how-tos/course_development/override_library_content_title.rst

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ renaming.
3333
Rename a Section, Subsection, or Unit
3434
======================================
3535

36-
1. In Studio, open the course outline.
36+
#. In Studio, open the course outline.
3737

38-
2. Locate the library-sourced section, subsection, or unit you want to rename.
38+
#. Locate the library-sourced section, subsection, or unit you want to rename.
3939

40-
3. Select the pencil icon or select the existing title to make it editable.
40+
#. Select the pencil icon or select the existing title to make it editable.
4141

42-
4. Enter the new title.
42+
#. Enter the new title.
4343

44-
5. Press :guilabel:`Enter` or select outside the field to save the change.
44+
#. Press :guilabel:`Enter` or select outside the field to save the change.
4545

46-
Rename a Component
47-
==================
46+
Rename a non-Text Component
47+
===========================
4848

49-
1. In Studio, open the unit that contains the library-sourced component you
49+
#. In Studio, open the unit that contains the library-sourced component you
5050
want to rename.
5151

52-
2. Select the pencil icon next to the component's title to make it editable.
52+
#. Select the pencil icon next to the component's title to make it editable.
5353

54-
3. Enter the new title.
54+
#. Enter the new title.
5555

56-
4. Press :guilabel:`Enter` or select outside the field to save the change.
56+
#. Press :guilabel:`Enter` or select outside the field to save the change.
5757

5858
The component now displays your custom title in the course. The title in the
5959
source library is not affected.
@@ -63,6 +63,20 @@ source library is not affected.
6363
that marks the content as locally renamed. This is planned for a future
6464
release.
6565

66+
Rename a Text Component
67+
=======================
68+
69+
#. In Studio, open the unit that contains the library-sourced component you want to rename.
70+
71+
#. Select the pencil icon next to the text component's title to make it editable.
72+
73+
#. Select the pencil icon next to the component's title in the modal.
74+
75+
#. Select the checkmark icon to save the new title.
76+
77+
#. Select the save button at the bottom of the modal to save the change.
78+
79+
6680
How Title Overrides Interact with Syncing
6781
******************************************
6882

source/educators/how-tos/course_development/override_library_text_component.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,23 @@ Before you begin, ensure that you have:
3333
Override the Text Content
3434
*************************
3535

36-
1. In Studio, open the unit that contains the library-sourced text component
36+
#. In Studio, open the unit that contains the library-sourced text component
3737
you want to customize.
3838

39-
2. Locate the text component. It will display an :guilabel:`Edit` button even
39+
#. Locate the text component. It will display an edit button (pencil icon) even
4040
though it is library-sourced.
4141

42-
3. Select :guilabel:`Edit` to open the text editor.
42+
#. Select the pencil icon to open the text editor.
4343

44-
4. Make your changes to the text content.
44+
.. image:: /_images/educator_how_tos/library_TextComponent_PencilIcon.png
45+
:alt: The pencil icon appears in the top right of the component editor, above the main content.
4546

46-
5. Select :guilabel:`Save` to save the override.
47+
#. Make your changes to the text content.
48+
49+
#. Select :guilabel:`Save` to save the override.
50+
51+
.. image:: /_images/educator_how_tos/library_TextComponent_EditModalandSave.png
52+
:alt: Once the text has been edited, select the "Save" button in the lower right corner of the editor modal.
4753

4854
The text component now displays your customized content in the course. The
4955
original content in the source library is not affected.

source/educators/how-tos/course_development/override_library_text_component_in_structural_block.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,24 @@ Before you begin, ensure that you have:
3232
Override Text Content Within a Structural Block
3333
***********************************************
3434

35-
1. In Studio, open the unit that contains the library-sourced text component
35+
#. In Studio, open the unit that contains the library-sourced text component
3636
you want to customize. The unit may itself be library-sourced, or it may be
3737
a course unit that contains a library-sourced section or subsection.
3838

39-
2. Locate the text component. It will display an :guilabel:`Edit` button even
39+
#. Locate the text component. It will display an edit (pencil icon) button even
4040
though it is part of a library-sourced block.
4141

42-
3. Select :guilabel:`Edit` to open the text editor.
42+
#. Select the pencil icon to open the text editor.
4343

44-
4. Make your changes to the text content.
44+
.. image:: /_images/educator_how_tos/library_TextComponent_PencilIcon.png
45+
:alt: The pencil icon appears in the top right of the component editor, above the main content.
4546

46-
5. Select :guilabel:`Save` to save the override.
47+
#. Make your changes to the text content.
48+
49+
#. Select :guilabel:`Save` to save the override.
50+
51+
.. image:: /_images/educator_how_tos/library_TextComponent_EditModalandSave.png
52+
:alt: Once the text has been edited, select the "Save" button in the lower right corner of the editor modal.
4753

4854
The text component now displays your customized content in the course. The
4955
original content in the source library is not affected.

0 commit comments

Comments
 (0)