Skip to content

Commit

Permalink
Merge pull request #3629 from ONLYOFFICE/feature/header-footer-pictures
Browse files Browse the repository at this point in the history
Feature/header footer pictures
  • Loading branch information
SergeyLuzyanin authored Jul 20, 2023
2 parents cac6e86 + 88e3aab commit 651482e
Show file tree
Hide file tree
Showing 11 changed files with 577 additions and 311 deletions.
8 changes: 6 additions & 2 deletions cell/apiDefines.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,9 @@ var c_oAscPopUpSelectorType = {
filePath: 4,
date: 5,
time: 6,
lineBreak: 7
lineBreak: 7,
picture: 8,
text: 9
};

var c_oAscPageHFType = {
Expand Down Expand Up @@ -856,8 +858,10 @@ var c_oAscPopUpSelectorType = {
prot['date'] = prot.date;
prot['time'] = prot.time;
prot['lineBreak'] = prot.lineBreak;
prot['picture'] = prot.picture;
prot['text'] = prot.text;
window['Asc']['c_oAscPageHFType'] = window['Asc'].c_oAscPageHFType = c_oAscPageHFType;
prot = c_oAscHeaderFooterField;
prot = c_oAscPageHFType;
prot['firstHeader'] = prot.firstHeader;
prot['oddHeader'] = prot.oddHeader;
prot['evenHeader'] = prot.evenHeader;
Expand Down
Loading

0 comments on commit 651482e

Please sign in to comment.