Recategorize a few items in the component preview (#35681)
Release Notes: - N/A
This commit is contained in:
parent
bc2108cbba
commit
cc93175256
11 changed files with 44 additions and 12 deletions
|
@ -299,6 +299,18 @@ impl RenderOnce for ThemePreviewTile {
|
|||
}
|
||||
|
||||
impl Component for ThemePreviewTile {
|
||||
fn scope() -> ComponentScope {
|
||||
ComponentScope::Onboarding
|
||||
}
|
||||
|
||||
fn name() -> &'static str {
|
||||
"Theme Preview Tile"
|
||||
}
|
||||
|
||||
fn sort_name() -> &'static str {
|
||||
"Theme Preview Tile"
|
||||
}
|
||||
|
||||
fn description() -> Option<&'static str> {
|
||||
Some(Self::DOCS)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue