LayoutConfiguration<T extends ContentItem>.fromJson constructor
Converts the JSON representation of the layout configuration to an instance of LayoutConfiguration.
Implementation
factory LayoutConfiguration.fromJson(Map<String, dynamic> json) =>
throw Exception('Must be implemented in subclass');