-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_tables_static+adt.sql
6 lines (5 loc) · 1.57 KB
/
ext_tables_static+adt.sql
1
2
3
4
5
6
INSERT INTO tx_ximatypo3contentplanner_domain_model_status (uid, pid, tstamp, crdate, deleted, hidden, sorting, cruser_id, title, icon, color) VALUES (1, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), 0, 0, 1, 0, 'Pending', 'flag', 'red');
INSERT INTO tx_ximatypo3contentplanner_domain_model_status (uid, pid, tstamp, crdate, deleted, hidden, sorting, cruser_id, title, icon, color) VALUES (2, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), 0, 0, 2, 0, 'In progress', 'flag', 'blue');
INSERT INTO tx_ximatypo3contentplanner_domain_model_status (uid, pid, tstamp, crdate, deleted, hidden, sorting, cruser_id, title, icon, color) VALUES (3, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), 0, 0, 3, 0, 'Needs review', 'flag', 'yellow');
INSERT INTO tx_ximatypo3contentplanner_domain_model_status (uid, pid, tstamp, crdate, deleted, hidden, sorting, cruser_id, title, icon, color) VALUES (4, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), 0, 0, 4, 0, 'Completed', 'flag', 'green');
INSERT INTO tx_ximatypo3contentplanner_note (uid, pid, tstamp, crdate, deleted, hidden, title, content) VALUES (1, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), 0, 0, 'Welcome to Content Planner', '<p>This is a quick start note for the TYPO3 extension ‘Content Planner’. Use the dashboard to get a quick overview of the status of the content with the feature-rich widgets and to quickly capture specially assigned content. Further information on use and configuration can be found at <a href="https://github.com/xima-media/xima-typo3-content-planner?tab=readme-ov-file#usage" target="_blank">https://github.com/xima-media/xima-typo3-content-planner</a>.</p>');