You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
The current Recommended Content block takes input from a user via several controls, two of which are the Categories and Tags multiselect boxes. Let's look into an iteration here that:
Sets the Post type field to the same post type for the currently edited post type (e.g., if editing on a Page, then set the Post type to Page).
Set the Categories and Tags to be the same as the currently edited post type (e.g., if editing on a Page that's set as Categories=Sports, Tags=[Soccer, Technology], then set those categories and tags as the default ones for the Recommended Content block).
Add a Use this Post's Categories and Tags toggle that defaults to enabled and sets those fields based on Integrate Watson API for image recognition #2 above. This makes those fields uneditable (or alternatively hides them). Disabling this toggle makes the Categories and Tags fields editable.
Props to @jakemgold for the inspiration on this UX improvement.
Designs
Use This Posts Categories And Tags setting enabled and showing full view of pre-set fields:
Use This Posts Categories And Tags setting enabled but hiding the pre-set fields / collapsing them away from view:
UseThisPostsCategoriesAndTags_Disabled:
Describe alternatives you've considered
n/a
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
The current Recommended Content block takes input from a user via several controls, two of which are the Categories and Tags multiselect boxes. Let's look into an iteration here that:
Post type
field to the same post type for the currently edited post type (e.g., if editing on a Page, then set thePost type
toPage
).Categories
andTags
to be the same as the currently edited post type (e.g., if editing on a Page that's set asCategories
=Sports
,Tags
=[Soccer, Technology]
, then set those categories and tags as the default ones for the Recommended Content block).Use this Post's Categories and Tags
toggle that defaults to enabled and sets those fields based on Integrate Watson API for image recognition #2 above. This makes those fields uneditable (or alternatively hides them). Disabling this toggle makes theCategories
andTags
fields editable.Props to @jakemgold for the inspiration on this UX improvement.
Designs
Use This Posts Categories And Tags setting enabled and showing full view of pre-set fields:
Use This Posts Categories And Tags setting enabled but hiding the pre-set fields / collapsing them away from view:
UseThisPostsCategoriesAndTags_Disabled:
Describe alternatives you've considered
n/a
Code of Conduct
The text was updated successfully, but these errors were encountered: