Hello,
I am displaying different content per family and would like to know if there is a way to customize the description via static configuration
I am displaying different content per family and would like to know if there is a way to customize the description via static configuration
Code Block StaticConfiguration(kind: kind, provider: Provider(), placeholder: PlaceholderView()) { entry in WidgetEntryView(entry: entry) }.configurationDisplayName("customize per family") .description("customize per family") .supportedFamilies([.systemSmall,.systemMedium, .systemLarge])