index.js 449 B

12345678910111213141516
  1. /**
  2. * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. import tableCellProperties from './tablecellproperties/input.html';
  6. import tableCellPropertiesModel from './tablecellproperties/model.html';
  7. export const fixtures = {
  8. input: {
  9. tableCellProperties
  10. },
  11. model: {
  12. tableCellProperties: tableCellPropertiesModel
  13. }
  14. };