Verified Commit 4a0bdc34 authored by Dave Long's avatar Dave Long
Browse files

Issue #2936995 by viappidu, mcaddz, acbramley, slydevil, yash.rode, sokru,...

Issue #2936995 by viappidu, mcaddz, acbramley, slydevil, yash.rode, sokru, quietone, Sandeep_k, smustgrave, amateescu, AaronMcHale, lauriii, longwave: Add taxonomy term revision UI
parent bf4e65cf
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,3 +8,4 @@ name: Forums
vid: forums
description: 'Forum navigation vocabulary'
weight: -10
new_revision: false
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ protected function getExpectedDocument() {
          'status' => TRUE,
          'dependencies' => [],
          'name' => 'Llama',
          'new_revision' => FALSE,
          'description' => NULL,
          'weight' => 0,
          'drupal_internal__vid' => 'llama',
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ name: Track changes import term
vid: track_changes_import_term
description: ''
weight: 0
new_revision: false
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ name: Tags
vid: tags
description: 'Use tags to group articles on similar topics into categories.'
weight: 0
new_revision: false
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@ taxonomy.vocabulary.*:
    weight:
      type: integer
      label: 'Weight'
    new_revision:
      type: boolean
      label: 'Whether a new revision should be created by default'

field.formatter.settings.entity_reference_rss_category:
  type: mapping
Loading