Facility Extension - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
FacilityExtension allows you to tweak the way some linkables link with their "parent" building
 public bool linkOnInteractionSpots = false;Here is an example of the school chair linking to the school desk, ignoring interaction spots
<modExtensions>
      <li Class="VEF.Buildings.FacilityExtension">
        <linkOnInteractionSpots>true</linkOnInteractionSpots>
      </li>
</modExtensions>