Skip to content

Commit

Permalink
make labels bold on schedule publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Harriethw committed Dec 6, 2024
1 parent 10d5764 commit 91e0739
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
checked: is_scheduled_param == "now",
text: "Publish the edit now",
hint_text: "The edit will be made when you select publish and users will see it immediately.",
bold: true,
},
{
value: "schedule",
checked: is_scheduled_param == "schedule",
text: "Schedule the edit for the future",
hint_text: "The edit will be published on a date and time you choose.",
bold: true,
conditional: render("components/datetime_fields", {
heading_size: "s",
field_name: "scheduled_publication",
Expand Down

0 comments on commit 91e0739

Please sign in to comment.