*/ public static function getFilamentContentBlocks(): array; /** * Returns an array of all allowed content block classes for this resource. * The order will be the order in which they are presented to the user. * * @return array> */ public static function registerContentBlocks(): array; /** * Extract all searchable text from the content blocks, to enable simple searching in content blocks. */ public function getSearchableBlockContent(bool $stripHtml = true): ?string; }