Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-11952

[Content type] Be able to include a view to another view in the type itself

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 4.8.0
    • 4.8.0
    • None
    • None
    • 4.8.0 M9

      Maybe reuse the "include" tag like this:

      <view name="a">
          <item ref="att1"/>
          <item ref="att2"/>
      </view>
      
      <view name="b">
          <item ref="att3"/>
      </view>
      
      <view name="c">
          <item ref="att4"/>
          <include view="b"/>
          <group>
              <include view="a"/>
          </group>
      </view>

            bmaurel Bérénice Maurel
            bmaurel Bérénice Maurel
            Bérénice Maurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: