You are here

public static property ParagraphsFeatures::$availableFeatures in Paragraphs Features 2.x

Same name and namespace in other branches
  1. 8 src/ParagraphsFeatures.php \Drupal\paragraphs_features\ParagraphsFeatures::availableFeatures

List of available paragraphs features.

Type: array

File

src/ParagraphsFeatures.php, line 24

Class

ParagraphsFeatures
Paragraphs features class.

Namespace

Drupal\paragraphs_features

Code

public static $availableFeatures = [
  'add_in_between',
  'delete_confirmation',
  'sorting',
  'split_text',
];